summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2023-08-11 21:13:33 +0200
committeruvok cheetah2023-08-11 21:13:33 +0200
commit238e765a87aa8e802878de0e7999fa0345ae52b3 (patch)
treeb1f179e380cc79f3d51b548f7c4ec11b6f246e68
parent5ecf4925c28f7fd1346a952052279963070b23ce (diff)
Add remaining SSH keys for VMs
-rwxr-xr-xmyansible.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/myansible.sh b/myansible.sh
index 4d5a9fe..08e5a7d 100755
--- a/myansible.sh
+++ b/myansible.sh
@@ -3,5 +3,8 @@
## wrapper for ansible, ensuring password is provided
ssh-add ~/.ssh/ansible
+ssh-add ~/.ssh/id_hetz
+ssh-add ~/.ssh/id_netcup
+ssh-add ~/.ssh/id_rsa
ansible-playbook --ask-vault-pass -b -e '@passwd.yml' $@