From c92bde701fbbbd6a04779a176a41fde9ff7a190c Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 10 Jul 2024 15:00:51 +0200 Subject: [PATCH] add ansible config --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..3cd3a64 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +inventory=./inventory.ini +roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:./roles