ansible-host: More fixes to support out of box install

This commit is contained in:
Timo Makinen 2020-08-27 14:43:19 +03:00
parent 00bdcfb7de
commit ee03bd3cb7
2 changed files with 10 additions and 0 deletions

9
ansible.cfg Normal file
View file

@ -0,0 +1,9 @@
[defaults]
inventory = hosts
roles_path = roles
gathering = smart
fact_caching = jsonfile
fact_caching_connection = facts
fact_caching_timeout = 86400

View file

@ -12,6 +12,7 @@
- ansible
- git
- libvirt-client
- python3-netaddr # required by iptables role
- virt-install
- yamllint