From c45ebb4106326880631c286b7157af6ff2d46d2c Mon Sep 17 00:00:00 2001 From: administrator Date: Thu, 1 Feb 2024 10:55:01 +0800 Subject: [PATCH] Add ansible.cfg --- ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..64f953e --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,5 @@ +[defaults] +inventory = ./inventory +roles_path = ./roles +host_key_checking = False +COLLECTIONS_PATH = ~/.ansible/collections:~/ansible_collections/ \ No newline at end of file