You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/ansible.cfg

16 lines
336 B
INI

[defaults]
ask_vault_pass = True
force_handlers = True
inventory = ./hosts.py
nocows = True
retry_files_enabled = False
interpreter_python = auto
# mitogen, see https://mitogen.networkgenomics.com/ansible_detailed.html
strategy_plugins = ./misc/mitogen/ansible_mitogen/plugins/strategy
strategy = mitogen_linear
[diff]
always = True