move and adjust ansible.cfg
This commit is contained in:
parent
9bddf872f3
commit
154cfe056f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[defaults]
|
||||
inventory = ./inventory/
|
||||
inventory = ./ansible/inventory/
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
private_key_file = ~/.ssh/ansible_key
|
||||
|
@ -11,7 +11,7 @@ fact_caching_connection = ./cache
|
|||
fact_caching_timeout = 86400
|
||||
|
||||
# Rollen-Pfade
|
||||
roles_path = ./roles/
|
||||
roles_path = ./ansible/roles/
|
||||
|
||||
# Vault-Einstellungen
|
||||
vault_password_file = ./vault.secret
|
Loading…
Add table
Reference in a new issue