Initialize git repo

This commit is contained in:
L3D 2026-02-21 16:12:26 +01:00
parent 6d07ad5781
commit 9335f091ce
No known key found for this signature in database
2 changed files with 40 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# arch-obs-setup # arch-obs-setup
Ansible-Managed Arch Linux OBS Setup Ansible-Managed Arch Linux OBS Setup
# License
[AGPLv3 or Later](LICENSE)
# Author
* L3D <l3d@c3woc.de>
* CWTV

30
ansible.cfg Normal file
View File

@ -0,0 +1,30 @@
[defaults]
inventory = ./hosts.ini
remote_user = ansible
retry_files_enabled = false
nocows = true
log_path = $HOME/.ansible/ansible.log
forks = 23
gathering = smart
fact_caching = jsonfile
fact_caching_connection = $HOME/.ansible/facts
interpreter_python = /usr/bin/python3
[ssh_connection]
control_path = %(directory)s/%%h-%%r-%%p
ssh_args = -o StrictHostKeyChecking=accept-new -o ControlMaster=auto -o ControlPersist=600s
pipelining = true
retries = 10
[privilege_escalation]
become_method: community.general.sudosu
become_user = root
become_ask_pass = false
[passwordstore_lookup]
backend = gopass
lock = readwrite
locktimeout = 45s