From 09595635fcb58fe2b0426356ef5b557f5194f39e Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 26 Aug 2022 22:34:35 +0930 Subject: [PATCH] Added ansible config --- .ansible/ansible.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .ansible/ansible.cfg diff --git a/.ansible/ansible.cfg b/.ansible/ansible.cfg new file mode 100644 index 0000000..df97e65 --- /dev/null +++ b/.ansible/ansible.cfg @@ -0,0 +1,20 @@ +[defaults] +inventory = inventory.yml +remote_user = ansible +deprecation_warnings = False +ansible_managed = Ansible managed: file last modified on %Y-%m-%d %H:%M:%S by {uid} on {host} +vault_password_file = ~/.local/bin/ansible-vault-pass-client +[inventory] +[privilege_escalation] +become = true +become_method = sudo +become_user = root +[paramiko_connection] +[ssh_connection] +[persistent_connection] +[accelerate] +[selinux] +[colors] +[diff] +[vault] +passwordstore = ansible/vault