mitogen/tests/ansible/gcloud/ansible.cfg

9 lines
228 B
INI
Raw Normal View History

[defaults]
2018-05-28 23:45:11 +00:00
strategy_plugins = ../../../ansible_mitogen/plugins/strategy
strategy = mitogen
inventory = hosts
retry_files_enabled = False
2018-05-28 23:45:11 +00:00
host_key_checking = False
2018-06-10 15:28:10 +00:00
callback_plugins = ../lib/callback
stdout_callback = nice_stdout