feat: Commit initial
This commit is contained in:
commit
40dc0f4184
43 changed files with 1990 additions and 0 deletions
16
ansible/ansible.cfg
Normal file
16
ansible/ansible.cfg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[defaults]
|
||||
inventory = localhost,
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
stdout_callback = yaml
|
||||
callback_whitelist = profile_tasks, timer
|
||||
gathering = smart
|
||||
fact_caching = jsonfile
|
||||
fact_caching_connection = /tmp/ansible_fact_cache
|
||||
fact_caching_timeout = 3600
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
become_user = root
|
||||
become_ask_pass = False
|
||||
Loading…
Add table
Add a link
Reference in a new issue