summaryrefslogtreecommitdiffstats
path: root/roles/static_inventory/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Add bastion and ssh config for the static inventory roleBogdan Dobrelya2017-07-251-0/+13
| | | | | | | | | * Autogenerate SSH config for static inventory and bastion. * When using bastion, use FQDN for inventory's ansible_host and SSH config's Hostname. Simplifies accessing nodes by names instead of private IPs. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
* Add a role to generate a static inventory (#540)Bogdan Dobrelya2017-07-171-0/+8
* Add the static-inventory role that configures the inventory/hosts file by the given path, or creates it for you. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>