summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: d268572a996675b384f5562270f220a649cea1d1 (plain) (blame)
1
2
3
4
5
6
7
8
[defaults]
inventory = hosts.yml
roles_path = roles
remote_user = root
vault_password_file = bin/decrypt-vault-password
# Don't want to see warning about Python. On everything I run, proper Python 3
# should be discoverable.
interpreter_python = auto_silent