aboutsummaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 006991bcb10ee9c165465285b11ec80e89e517b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[defaults]
roles_path = ./roles
playbook_dir = ./playbooks
collections_paths = ./collections
callback_whitelist = profile_tasks
host_key_checking = False
interpreter_python = /usr/bin/python3
#strategy_plugins = ~/venvs/ansible/lib/python3.9/site-packages/ansible_mitogen/plugins/strategy
#strategy = mitogen_linear


[privilege_escalation]
become_method=sudo