-
- Downloads
New inventory plugin
The inventory plugin compiles a dynamic inventory from IPA domain, filters servers by role(s). Usage: Create yml file, for example `freeipa.yml`: --- plugin: freeipa server: server.ipa.local ipaadmin_password: SomeADMINpassword verify: ca.crt Get compiled inventory: ansible-inventory -i freeipa.yml --graph
Showing
- README-inventory-plugin-freeipa.md 106 additions, 0 deletionsREADME-inventory-plugin-freeipa.md
- README.md 10 additions, 3 deletionsREADME.md
- plugins/inventory/freeipa.py 180 additions, 0 deletionsplugins/inventory/freeipa.py
- utils/build-galaxy-release.sh 8 additions, 0 deletionsutils/build-galaxy-release.sh
README-inventory-plugin-freeipa.md
0 → 100644
plugins/inventory/freeipa.py
0 → 100644
Please register or sign in to comment