feat: make kubernetes owner parametrized (#8952)

* feat: make kubernetes owner parametrized

* docs: update hardening guide with configuration for CIS 1.1.19

* fix: set etcd data directory permissions to be compliant to CIS 1.1.12
This commit is contained in:
Alessio Greggi
2022-06-17 10:34:32 +02:00
committed by GitHub
parent 890fad389d
commit 97b4d79ed5
17 changed files with 40 additions and 14 deletions

View File

@@ -35,7 +35,7 @@
file:
path: /etc/cni/net.d
state: directory
owner: kube
owner: "{{ kube_owner }}"
mode: 0755
- name: Setup CNI
copy:

View File

@@ -36,7 +36,7 @@
file:
path: /etc/cni/net.d
state: directory
owner: kube
owner: "{{ kube_owner }}"
mode: 0755
- name: Setup CNI
copy: