Added ansible config

This commit is contained in:
Ben Vincent 2022-08-26 22:34:35 +09:30
parent 8c4e665e9f
commit 09595635fc

20
.ansible/ansible.cfg Normal file
View File

@ -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