diff options
Diffstat (limited to 'ansible/ansible.cfg.bak')
| -rw-r--r-- | ansible/ansible.cfg.bak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible/ansible.cfg.bak b/ansible/ansible.cfg.bak new file mode 100644 index 0000000..63626ea --- /dev/null +++ b/ansible/ansible.cfg.bak @@ -0,0 +1,14 @@ +[defaults] +inventory = inventory/hosts.yaml +host_key_checking = False +vault_password_file = vault_passwords +collections_path = .ansible/galaxy_collections/ +roles_path = .ansible/galaxy_roles/:roles/ + +ansible_managed = Managed by Ansible (do not edit). Role: {{{{ role_name }}}}, Template: {{{{ template_path | basename }}}} + +[privilege_escalation] +become = yes + +[connection] +pipelining = True |