From 015c3758d922cd2e06290c460bc34815088848c2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:28 +0200 Subject: Initial 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 0000000..18b6f30 --- /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