This commit is contained in:
21
ansible.cfg
Normal file
21
ansible.cfg
Normal file
@@ -0,0 +1,21 @@
|
||||
[defaults]
|
||||
inventory=inventory/raspberries.yaml
|
||||
roles_path = roles
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = /tmp/ansible_facts
|
||||
fact_caching_timeout = 3600
|
||||
remote_user = dietpi
|
||||
vault_password_file = .vault_pass.txt
|
||||
ansible_interpreter_python = auto_silent
|
||||
# [privilege_escalation]
|
||||
# become = True
|
||||
# become_method = sudo
|
||||
# # become_user = root
|
||||
# # become_ask_pass = False
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
Reference in New Issue
Block a user