From 53b6e2b02455f3d18eecae46858f1e1a3234d447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 24 Jul 2025 13:07:10 +0300 Subject: [PATCH] Add Ansible config --- ansible.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..baefd87 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,15 @@ +[defaults] +inventory = inventories/pvjjk-1vos-tjas +hash_behaviour = merge +gathering = smart +display_skipped_hosts = false +interpreter_python = auto_silent +localhost_warning = false +collections_path = collections +inject_facts_as_vars = false +force_handlers = true +action_warnings = false +inventory_unparsed_warning = false + +[inventory] +host_pattern_mismatch = ignore