mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 19:20:10 -03:30
Add support for bastion hosts
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user