Skip to content

Commit 7aec773

Browse files
committed
Use a jumphost for continues deployment
Unfortunately, IPv6 is not available on GitHub Action runners. This means we cannot deploy directly from runners to our server. In order to support continue deployment, we need a jumphost that would act as a layer that acts as a router that supports both IPv4 and IPv6.
1 parent 6da451c commit 7aec773

File tree

1 file changed

+5
-1
lines changed
  • inventories/production

1 file changed

+5
-1
lines changed

inventories/production/hosts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[xsnippet]
2-
2a02:8084:4:e480:244a:d5a5:ac59:617d ansible_user=provisioner
2+
2a02:8084:4:e480:244a:d5a5:ac59:617d
3+
4+
[xsnippet:vars]
5+
ansible_user = provisioner
6+
ansible_ssh_common_args = -J [email protected]

0 commit comments

Comments
 (0)