ansible-inventory icon indicating copy to clipboard operation
ansible-inventory copied to clipboard

Script to manage your Ansible Inventory and also can be used by ansible as a dynamic inventory source

Results 2 ansible-inventory issues
Sort by recently updated
recently updated
newest added

Hello, Lets say we have a following structure: > add host host1 > add group child_group > add group parent_group > add host host1 to_groups=child_group > add group child_group to_groups=parent_group...

It would be great to add variables to the inventory that are stored encrypted (via `ansible-vault`). Currently ansible allows [single encryptred variables](http://docs.ansible.com/ansible/latest/user_guide/playbooks_vault.html#single-encrypted-variable), however at the moment they are not decrypted...

enhancement