Initial Commit

This commit is contained in:
Christer Warén
2024-06-18 21:34:48 +03:00
commit 5f802adeb6
12 changed files with 181 additions and 0 deletions

16
ansible.cfg Normal file
View File

@ -0,0 +1,16 @@
[defaults]
inventory = inventories/xxx
hash_behaviour = merge
gathering = smart
transport = local
display_skipped_hosts = false
interpreter_python = auto_silent
localhost_warning = false
collections_path = collections:~/.ansible/collections
inject_facts_as_vars = false
force_handlers = true
action_warnings = false
inventory_unparsed_warning = false
[inventory]
host_pattern_mismatch = ignore