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

@@ -1,4 +1,10 @@
---
- hosts: localhost
gather_facts: False
roles:
- bastion-ssh-config
tags: [localhost, bastion]
- hosts: all
any_errors_fatal: true
gather_facts: false
@@ -16,7 +22,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 }