v1.0.0
This commit is contained in:
12
ansible.cfg
Normal file
12
ansible.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
[defaults]
|
||||
inventory = patchmon_inventory.yml
|
||||
localhost_warning = False
|
||||
interpreter_python = auto_silent
|
||||
timeout = 30
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ConnectTimeout=30 -o ConnectionAttempts=5
|
||||
|
||||
[inventory]
|
||||
enable_plugins = patchmon.dynamic_inventory.dynamic_inventory
|
||||
|
||||
Reference in New Issue
Block a user