initial commit
This commit is contained in:
commit
6f50de798b
24 changed files with 1082 additions and 0 deletions
10
ansible.cfg
Normal file
10
ansible.cfg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[defaults]
|
||||
inventory=inventory
|
||||
retry_files_enabled = False
|
||||
remote_user = root
|
||||
ansible_managed = DO NOT MODIFY: this file is managed by ansible!
|
||||
deperaction_warnings = True
|
||||
display_skipped_hosts = True
|
||||
|
||||
stdout_callback = yaml
|
||||
stderr_callback = yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue