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
8d8bbc29
Commit
8d8bbc29
authored
6 years ago
by
AtzeDeVries
Browse files
Options
Downloads
Patches
Plain Diff
fix for resolvconf in ubuntu18
parent
7f91f6e0
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/kubernetes/node/tasks/facts.yml
+11
-0
11 additions, 0 deletions
roles/kubernetes/node/tasks/facts.yml
with
11 additions
and
0 deletions
roles/kubernetes/node/tasks/facts.yml
+
11
−
0
View file @
8d8bbc29
...
...
@@ -8,3 +8,14 @@
standalone_kubelet
:
>-
{%- if inventory_hostname in groups['kube-master'] and inventory_hostname not in groups['kube-node'] -%}true{%- else -%}false{%- endif -%}
kubelet_cgroup_driver_detected
:
"
{{
docker_cgroup_driver_result.stdout
}}"
-
name
:
os specific vars
include_vars
:
"
{{
item
}}"
with_first_found
:
-
files
:
-
"
{{
ansible_distribution|lower
}}-{{
ansible_distribution_version|lower|replace('/',
'_')
}}.yml"
-
"
{{
ansible_distribution|lower
}}-{{
ansible_distribution_release
}}.yml"
-
"
{{
ansible_distribution|lower
}}-{{
ansible_distribution_major_version|lower|replace('/',
'_')
}}.yml"
-
"
{{
ansible_distribution|lower
}}.yml"
-
"
{{
ansible_os_family|lower
}}.yml"
skip
:
true
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