From a39b9bce49f6f4c42a9e00b1dc7ee343647c4e6b Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 10 Oct 2025 11:16:05 +0000 Subject: [PATCH] Add new file --- ansible.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..cca0d36 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,8 @@ +[defaults] +collections_paths = /root/.ansible/collections:/usr/share/ansible/collections +inventory = inventories/hosts.yml +host_key_checking = False +remote_user = root + +[inventory] +enable_plugins = auto, yaml, toml \ No newline at end of file