From 69acb7a82a68eeb439e55b994281056df52c81b1 Mon Sep 17 00:00:00 2001 From: repliqa Date: Wed, 23 Jul 2025 14:06:15 +0600 Subject: v0.0.1alpha --- ansible.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 00000000..1d44baa3 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,9 @@ +[defaults] +inventory = inventory.yaml +interpreter_python = /usr/local/bin/python3 +nocows = true +filter_plugins = filter_plugins +stdout_callback = debug +verbosity = 1 +host_key_checking = false +forks = 50 -- cgit v1.2.3