begin using galaxy

This commit is contained in:
eneller
2023-03-31 14:16:42 +02:00
parent 7b972c9f81
commit d393ba8b57
11 changed files with 106 additions and 34 deletions

View File

@@ -1,5 +1,14 @@
[defaults]
inventory = hosts
# hosts file path
inventory = hosts
# number of hosts executed in parallel
forks = 20
# show execution time
callbacks_enabled = timer, profile_tasks, profile_roles
# reduce number of parallel ssh connections to one host
pipelining = True
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=40s
# (boolean) By default Ansible will issue a warning when received from a task action (module or action plugin)
# These warnings can be silenced by adjusting this setting to False.
;action_warnings=True