From a857eb82ec9c4a79ad5e41462e2ab82c2660982e Mon Sep 17 00:00:00 2001 From: Kumar Date: Tue, 23 Nov 2021 09:59:08 -0500 Subject: initial commit --- ansible.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..006991b --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,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 -- cgit v1.2.3