mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
Revert "Drop linux capabilities and rework users/groups"
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
dest: "{{ calico_cert_dir }}"
|
||||
state: directory
|
||||
mode: 0750
|
||||
owner: "{{ netplug_user }}"
|
||||
group: "{{ netplug_group }}"
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Calico-rr | Link etcd certificates for calico-node
|
||||
file:
|
||||
@@ -31,8 +31,8 @@
|
||||
path: /var/log/calico-rr
|
||||
state: directory
|
||||
mode: 0755
|
||||
owner: "{{ netplug_user }}"
|
||||
group: "{{ netplug_group }}"
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Calico-rr | Write calico-rr.env for systemd init file
|
||||
template: src=calico-rr.env.j2 dest=/etc/calico/calico-rr.env
|
||||
|
||||
Reference in New Issue
Block a user