Skip to content
Snippets Groups Projects
user avatar
Thomas Woerner authored
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
a3517a3a
History
user avatar a3517a3a
Name Last commit Last update
..