From f25661df2508980d84157b6d99369602c8b241b8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:31:59 +0200 Subject: Init commit --- ansible.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ansible.cfg (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 00000000..18b6f301 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,8 @@ +[defaults] +display_skipped_hosts = no +interpreter_python = auto_silent +inventory = ./inventory/ +callback_result_format = yaml + +[ssh_connection] +pipelining = yes -- cgit v1.2.3