This commit is contained in:
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[defaults]
|
||||
inventory = ./inv/
|
||||
log_path = ~/.ansible/log_ansible.log
|
||||
privat_key_file = ~/.ssh/ansible
|
||||
retry_files_enabled = true
|
||||
retry_files_save_path = ~/.ansible/retry-files
|
||||
force_handlers = true
|
||||
vault_identity_list = ~/.ansible/.vault-pass
|
||||
#Gather CONFIG
|
||||
gathering = smart
|
||||
fact_caching = yaml
|
||||
fact_caching_connection = ~/.ansible/fact_caching
|
||||
Reference in New Issue
Block a user