Skip to content
Snippets Groups Projects
  • Thomas Woerner's avatar
    a3517a3a
    New inventory plugin · a3517a3a
    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
    New inventory plugin
    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