mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
17 lines
423 B
INI
17 lines
423 B
INI
[defaults]
|
|
roles_path = ./roles
|
|
inventory = inventory.ini
|
|
strategy_plugins = /usr/lib/python3.10/site-packages/ansible_mitogen/plugins/strategy
|
|
strategy = mitogen_linear
|
|
|
|
# Show timing information
|
|
callbacks_enabled = timer, profile_tasks, profile_roles
|
|
|
|
# Speed improvements
|
|
host_key_checking = False
|
|
internal_poll_interval = 0.001
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|