Add support for bastion hosts

This commit is contained in:
Alexander Block
2016-12-09 10:38:17 +01:00
parent 33585fa673
commit 06584ee3aa
6 changed files with 51 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=xxx.xxx.xxx.xxx
# [kube-master]
# node1
# node2