mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 11:11:15 -03:30
Merge pull request #837 from bogdando/notall
Rework wildcards matching all nodes
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
- bastion-ssh-config
|
- bastion-ssh-config
|
||||||
tags: [localhost, bastion]
|
tags: [localhost, bastion]
|
||||||
|
|
||||||
- hosts: all
|
- hosts: k8s-cluster:etcd:calico-rr
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
@@ -17,12 +17,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- bootstrap-os
|
- bootstrap-os
|
||||||
|
|
||||||
|
- hosts: k8s-cluster:etcd:calico-rr
|
||||||
- hosts: all
|
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
|
vars:
|
||||||
|
ansible_ssh_pipelining: true
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
|
||||||
- hosts: all:!network-storage:!bastion
|
- hosts: k8s-cluster:etcd:calico-rr
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
roles:
|
roles:
|
||||||
- { role: kubernetes/preinstall, tags: preinstall }
|
- { role: kubernetes/preinstall, tags: preinstall }
|
||||||
|
|||||||
Reference in New Issue
Block a user