initial commit

This commit is contained in:
Peter 2024-10-16 21:13:17 +02:00
commit 6f50de798b
24 changed files with 1082 additions and 0 deletions

10
ansible.cfg Normal file
View file

@ -0,0 +1,10 @@
[defaults]
inventory=inventory
retry_files_enabled = False
remote_user = root
ansible_managed = DO NOT MODIFY: this file is managed by ansible!
deperaction_warnings = True
display_skipped_hosts = True
stdout_callback = yaml
stderr_callback = yaml