13 lines
326 B
INI
13 lines
326 B
INI
[defaults]
|
|
forks = 10
|
|
nocows = 1
|
|
timeout = 15
|
|
pipelining = True
|
|
inventory = pigsty.yml
|
|
host_key_checking = False
|
|
command_warnings = False
|
|
deprecation_warnings = False
|
|
force_valid_group_names = ignore
|
|
use_persistent_connections = True
|
|
allow_world_readable_tmpfiles = False
|
|
ansible_managed = 'ansible managed: %Y-%m-%d %H:%M:%S' |