diff options
| author | Kumar Damani <me@kumardamani.net> | 2025-06-30 17:56:54 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2025-06-30 17:56:54 +0000 |
| commit | 8266f0f670c591d15f59332023a9b7a983196498 (patch) | |
| tree | 51398babf911bff52a2910ed813e4db94de4ddf5 | |
| parent | 8c4687240ec4b119f5c0544966c16bd9609a9559 (diff) | |
ansible cfg qol defautls
| -rw-r--r-- | ansible/ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index c7e2eec..4b2fc3e 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -2,6 +2,8 @@ host_key_checking = false roles_path = ./roles playbook_dir = ./playbooks +inventory = ./hosts +vault_password_file = ./vaultkey [ssh_connection] pipelining = true |
