chore(ansible): add ansible.cfg with SSH agent forwarding for private repo access

This commit is contained in:
2026-03-28 20:25:36 +01:00
parent c0d1c59bd7
commit 57083e496d
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
[defaults]
inventory = inventory.ini
remote_user = webapps
[ssh_connection]
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
+1 -1
View File
@@ -1 +1 @@
motief.sgeboers.nl sgeboers.nl ansible_user=webapps