Merge pull request #704 from vwfs/bastion_hosts

Add support for bastion hosts
This commit is contained in:
Antoine Legrand
2016-12-17 12:08:49 +01:00
committed by GitHub
7 changed files with 67 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
# node5 ansible_ssh_host=95.54.0.16 # ip=10.3.0.5
# node6 ansible_ssh_host=95.54.0.17 # ip=10.3.0.6
# ## configure a bastion host if your nodes are not publicly reachable
# bastion ansible_ssh_host=x.x.x.x
# [kube-master]
# node1
# node2