cli-standardization/ansible.cfg

12 lines
232 B
INI

[defaults]
inventory = ./inventory/inventory.yml
roles_path = roles
host_key_checking = false
retry_files_enabled = false
vault_password_file = ~/.ansible/vault_pass_pbs
[privilege_escalation]
become = true
become_method = sudo