mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
missing commits for the PR #86
This commit is contained in:
@@ -24,10 +24,6 @@ kube_users_dir: "{{ kube_config_dir }}/users"
|
|||||||
# pods on startup
|
# pods on startup
|
||||||
kube_manifest_dir: "{{ kube_config_dir }}/manifests"
|
kube_manifest_dir: "{{ kube_config_dir }}/manifests"
|
||||||
|
|
||||||
# This is the group that the cert creation scripts chgrp the
|
|
||||||
# cert files to. Not really changable...
|
|
||||||
kube_cert_group: kube-cert
|
|
||||||
|
|
||||||
dns_domain: "{{ cluster_name }}"
|
dns_domain: "{{ cluster_name }}"
|
||||||
|
|
||||||
kube_proxy_mode: userspace
|
kube_proxy_mode: userspace
|
||||||
|
|||||||
@@ -8,10 +8,6 @@
|
|||||||
- name: Make sure manifest directory exists
|
- name: Make sure manifest directory exists
|
||||||
file: path={{ kube_manifest_dir }} state=directory
|
file: path={{ kube_manifest_dir }} state=directory
|
||||||
|
|
||||||
|
|
||||||
- name: certs | create system kube-cert groups
|
|
||||||
group: name={{ kube_cert_group }} state=present system=yes
|
|
||||||
|
|
||||||
- include: secrets.yml
|
- include: secrets.yml
|
||||||
tags:
|
tags:
|
||||||
- secrets
|
- secrets
|
||||||
|
|||||||
Reference in New Issue
Block a user