You've already forked role_ansible
[INFO] Création du rôle
This commit is contained in:
14
templates/ansible.cfg.j2
Normal file
14
templates/ansible.cfg.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
[defaults]
|
||||
inventory = inventory.yml
|
||||
host_key_checking = False
|
||||
inject_facts_as_vars = False
|
||||
remote_user = ansible
|
||||
vault_password_file = ${HOME}/.ansible_vault_passwd
|
||||
|
||||
[inventory]
|
||||
enable_plugins = yaml
|
||||
|
||||
[diff]
|
||||
always = yes
|
Reference in New Issue
Block a user