Initial ansible structure and test code
This commit is contained in:
14
ansible.cfg
Normal file
14
ansible.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
[defaults]
|
||||
|
||||
inventory = ./inventories/hosts.ini
|
||||
roles_path = ./roles
|
||||
collections_paths = ./collections
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
timeout = 30
|
||||
forks = 10
|
||||
|
||||
[privilege_escalation]
|
||||
become = True
|
||||
become_method = sudo
|
||||
#become_ask_pass = False
|
||||
Reference in New Issue
Block a user