mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Merge pull request #704 from vwfs/bastion_hosts
Add support for bastion hosts
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user