summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 1d44baa3e043ae9511d92ba6501ced702fb5a442 (plain)
1
2
3
4
5
6
7
8
9
[defaults]
inventory = inventory.yaml
interpreter_python = /usr/local/bin/python3
nocows = true
filter_plugins = filter_plugins
stdout_callback = debug
verbosity = 1
host_key_checking = false
forks = 50