Software ins Laptop Playbook

This commit is contained in:
Frank Schiebel 2025-11-14 09:12:48 +01:00
parent 8576b0715e
commit 5379166689
11 changed files with 25 additions and 9 deletions

7
ansible.cfg Normal file
View file

@ -0,0 +1,7 @@
[defaults]
host_key_checking = False
timeout = 20
retry_files_save_path = /home/ansible/retry/
# Do not put more jobs here, or ssh will fail
# Anything more than 10 kills this poor server
forks = 5