From 80d5d36b004d59e2e0a455fa08303eb5e84b175a Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 18 Jan 2025 20:12:26 +0000 Subject: Allow forward ssh key to DigitalOcean hosts I don't really need key forwarding everywhere, only for gate and shell, but I figured this will simplify configuration a bit. If something goes wrong, it can always become more strict in the future. --- group_vars/digitalocean.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 group_vars/digitalocean.yml (limited to 'group_vars') diff --git a/group_vars/digitalocean.yml b/group_vars/digitalocean.yml new file mode 100644 index 0000000..fead62f --- /dev/null +++ b/group_vars/digitalocean.yml @@ -0,0 +1 @@ +jumphost: true -- cgit v1.2.3-70-g09d2