ansible-host: More fixes to support out of box install
This commit is contained in:
parent
00bdcfb7de
commit
ee03bd3cb7
2 changed files with 10 additions and 0 deletions
9
ansible.cfg
Normal file
9
ansible.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
[defaults]
|
||||
inventory = hosts
|
||||
roles_path = roles
|
||||
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = facts
|
||||
fact_caching_timeout = 86400
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
- ansible
|
||||
- git
|
||||
- libvirt-client
|
||||
- python3-netaddr # required by iptables role
|
||||
- virt-install
|
||||
- yamllint
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue