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

main
Sven Geboers 1 month ago
parent c0d1c59bd7
commit 57083e496d
  1. 6
      ansible/ansible.cfg
  2. 2
      ansible/inventory.ini

@ -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 @@
motief.sgeboers.nl
sgeboers.nl ansible_user=webapps

Loading…
Cancel
Save