commit 95fea75d4c650f061f079f1a86b8da2b7cf46f10 Author: GROUPE 6 Date: Fri May 12 18:19:48 2023 +0200 feat(config): add ansible config 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