feat(config): add ansible config

This commit is contained in:
GROUPE 6 2023-05-12 18:19:48 +02:00
commit 95fea75d4c
1 changed files with 9 additions and 0 deletions

9
ansible.cfg Normal file
View File

@ -0,0 +1,9 @@
[defaults]
inventory = ./simple-ansible-inventory.py
roles_path = ./roles
gathering = explicit
remote_user = ansible
nocows = true
[ssh_connection]
pipelining = true