From 064aec082018fdd2106bd6ae0a1840aa8d81ce38 Mon Sep 17 00:00:00 2001 From: Chris Su Date: Sat, 17 Aug 2024 00:14:35 +0800 Subject: [PATCH] add ansible.cfg Signed-off-by: Chris Su --- ansible.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..02cdd1e --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,10 @@ +[defaults] +inventory = ./inventory/ +deprecation_warnings = False +command_warnings = False +pipelining = True +host_key_checking = False +callback_whitelist = ansible.posix.profile_tasks +stdout_callback = debug +bin_ansible_callbacks = True +interpreter_python = /usr/bin/python3 \ No newline at end of file