From 95fea75d4c650f061f079f1a86b8da2b7cf46f10 Mon Sep 17 00:00:00 2001 From: GROUPE 6 Date: Fri, 12 May 2023 18:19:48 +0200 Subject: [PATCH] feat(config): add ansible config --- ansible.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..2550c94 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,9 @@ +[defaults] +inventory = ./simple-ansible-inventory.py +roles_path = ./roles +gathering = explicit +remote_user = ansible +nocows = true + +[ssh_connection] +pipelining = true