Ansible provisionning (#217)

Ansible provisionning contrib
This commit is contained in:
Vincent RABAH
2019-04-26 21:10:27 +02:00
committed by Hussein Galal
commit 85b01829fb
11 changed files with 230 additions and 0 deletions

11
ansible.cfg Normal file
View File

@@ -0,0 +1,11 @@
[defaults]
roles_path = ./roles
inventory = ./hosts.ini
remote_tmp = $HOME/.ansible/tmp
local_tmp = $HOME/.ansible/tmp
pipelining = True
become = True
host_key_checking = False
deprecation_warnings = False
callback_whitelist = profile_tasks