mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
add tags: always to all included sevice playbook (#7906)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
- name: Add kube-master nodes to kube_control_plane
|
||||
hosts: kube-master
|
||||
gather_facts: false
|
||||
tags: always
|
||||
tasks:
|
||||
- name: add nodes to kube_control_plane group
|
||||
group_by:
|
||||
@@ -12,6 +13,7 @@
|
||||
- name: Add kube-node nodes to kube_node
|
||||
hosts: kube-node
|
||||
gather_facts: false
|
||||
tags: always
|
||||
tasks:
|
||||
- name: add nodes to kube_node group
|
||||
group_by:
|
||||
@@ -20,6 +22,7 @@
|
||||
- name: Add k8s-cluster nodes to k8s_cluster
|
||||
hosts: k8s-cluster
|
||||
gather_facts: false
|
||||
tags: always
|
||||
tasks:
|
||||
- name: add nodes to k8s_cluster group
|
||||
group_by:
|
||||
@@ -28,6 +31,7 @@
|
||||
- name: Add calico-rr nodes to calico_rr
|
||||
hosts: calico-rr
|
||||
gather_facts: false
|
||||
tags: always
|
||||
tasks:
|
||||
- name: add nodes to calico_rr group
|
||||
group_by:
|
||||
@@ -36,6 +40,7 @@
|
||||
- name: Add no-floating nodes to no_floating
|
||||
hosts: no-floating
|
||||
gather_facts: false
|
||||
tags: always
|
||||
tasks:
|
||||
- name: add nodes to no-floating group
|
||||
group_by:
|
||||
|
||||
Reference in New Issue
Block a user