Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
c49dd50e
Unverified
Commit
c49dd50e
authored
3 years ago
by
Sergey
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add tags: always to all included sevice playbook (#7906)
parent
f66c49bf
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible_version.yml
+1
-0
1 addition, 0 deletions
ansible_version.yml
facts.yml
+1
-0
1 addition, 0 deletions
facts.yml
legacy_groups.yml
+5
-0
5 additions, 0 deletions
legacy_groups.yml
with
7 additions
and
0 deletions
ansible_version.yml
+
1
−
0
View file @
c49dd50e
...
...
@@ -7,6 +7,7 @@
minimal_ansible_version_2_10
:
2.10.11
maximal_ansible_version
:
2.11.0
ansible_connection
:
local
tags
:
always
tasks
:
-
name
:
"
Check
{{
minimal_ansible_version
}}
<=
Ansible
version
<
{{
maximal_ansible_version
}}"
assert
:
...
...
This diff is collapsed.
Click to expand it.
facts.yml
+
1
−
0
View file @
c49dd50e
...
...
@@ -2,6 +2,7 @@
-
name
:
Gather facts
hosts
:
k8s_cluster:etcd:calico_rr
gather_facts
:
False
tags
:
always
tasks
:
-
name
:
Gather minimal facts
setup
:
...
...
This diff is collapsed.
Click to expand it.
legacy_groups.yml
+
5
−
0
View file @
c49dd50e
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment