Skip to content

Commit 1312406

Browse files
authored
Merge pull request #63 from xsnippet/bug/cd-through-jumphost
Use a jumphost for continues deployment
2 parents 6da451c + 7aec773 commit 1312406

File tree

1 file changed

+5
-1
lines changed
  • inventories/production

1 file changed

+5
-1
lines changed

inventories/production/hosts

+5-1
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 bunny@hoth.kalnytskyi.com

0 commit comments

Comments
 (0)