[ansible-devel] Testing inventory plugins

2019-01-31 Thread Josh R
I'm writing an inventory plugin that gets a list of online machines from an active directory OU structure and dynamically creates groups and host details from it. However, as I write it - I'd like to be able to test the incremental changes by just calling parser() directly. Does anyone have an

[ansible-devel] Looking for Feedback: Ansible LDAP Inventory Plugin

2019-08-26 Thread Josh R
I developed an inventory plugin that queries LDAP (Active Directory) to generate a list of hosts and groups base on OU structure. It handles expired AD computer accounts, can ping hosts to see if they are online and various other config options. https://github.com/joshinryz/ansible_ldap_invento

[ansible-devel] Inventori plugin and vault

2019-08-26 Thread Josh R
With inventory plugins, the only way I got it to work is to encode the entire yaml file. It then gets decoded when —vault-Id is passed -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emai