1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-15 17:50:54 +00:00
mdlayher-homelab/ansible/ansible.cfg
Matt Layher 57cadb9869
ansible: add ansible.cfg
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2019-10-02 09:42:37 -04:00

9 lines
190 B
INI

[defaults]
inventory = production.yml
vault_password_file = ~/.ansible/secrets/vault.txt
[privilege_escalation]
become = True
become_ask_pass = True
become_method = sudo
become_user = root