mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
57cadb9869
Signed-off-by: Matt Layher <mdlayher@gmail.com>
9 lines
190 B
INI
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
|