First real commit after test

This commit is contained in:
2023-09-23 18:16:40 +02:00
parent 134f895212
commit ccabfe9b03
14 changed files with 637 additions and 0 deletions

12
ansible.cfg Normal file
View File

@@ -0,0 +1,12 @@
[defaults]
roles_path=./roles:/usr/share/ansible/roles:/etc/ansible/roles
callback_whitelist = timer, profile_tasks, log_plays
#log_path= /var/log/ansible/ansible-base.log
display_args_to_stdout= true
load_callback_plugins= yes
#to keep display output, comment stdout_callback
#stdout_callback= log_plays
; [ssh_connection]
; ssh_args=-o ForwardAgent=yes