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
c52c5f50
Commit
c52c5f50
authored
8 years ago
by
Aleksandr Didenko
Browse files
Options
Downloads
Patches
Plain Diff
Add run_once to define calico pool task name
parent
f94eb0b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/network_plugin/calico/tasks/main.yml
+1
-0
1 addition, 0 deletions
roles/network_plugin/calico/tasks/main.yml
with
1 addition
and
0 deletions
roles/network_plugin/calico/tasks/main.yml
+
1
−
0
View file @
c52c5f50
...
@@ -63,6 +63,7 @@
...
@@ -63,6 +63,7 @@
when
:
nat_outgoing|default(false) and not peer_with_router|default(false)
when
:
nat_outgoing|default(false) and not peer_with_router|default(false)
-
name
:
Calico | Define calico pool task name
-
name
:
Calico | Define calico pool task name
run_once
:
true
set_fact
:
set_fact
:
pool_task_name
:
"
with
options
{{
ipip_arg|default('')
}}
{{
nat_arg|default('')
}}"
pool_task_name
:
"
with
options
{{
ipip_arg|default('')
}}
{{
nat_arg|default('')
}}"
when
:
ipip_arg|default(false) or nat_arg|default(false)
when
:
ipip_arg|default(false) or nat_arg|default(false)
...
...
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