chore(ansible): add ansible.cfg with SSH agent forwarding for private repo access
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user