implement basic ansible config

This commit is contained in:
Johannes Knopp
2025-08-11 21:47:44 +02:00
parent c61066eb44
commit 7770c4b5e4
10 changed files with 518 additions and 46 deletions

4
ansible.cfg Normal file
View File

@ -0,0 +1,4 @@
[default]
inventory = inventory
stdout_callback = yaml
host_key_checking = False