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

@@ -1,4 +1,9 @@
---
- hosts: localhost
gather_facts: False
roles:
- bastion-ssh-config
- hosts: all
any_errors_fatal: true
gather_facts: false
@@ -16,7 +21,7 @@
any_errors_fatal: true
gather_facts: true
- hosts: all:!network-storage
- hosts: all:!network-storage:!bastion
any_errors_fatal: true
roles:
- { role: kubernetes/preinstall, tags: preinstall }