diff options
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index e1faee5..e174a75 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,9 +1,10 @@ [defaults] remote_user=root -vault_password_file = ./vault_passwords +inventory = inventory/hosts.yaml [privilege_escalation] become = yes +become_user = root [connection] pipelining = True |