mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Fix certificates names and permissions for etcd role
This commit is contained in:
parent
436d31433f
commit
05ef08c57d
5 changed files with 22 additions and 11 deletions
|
|
@ -140,3 +140,9 @@
|
|||
- k8s_worker
|
||||
tags:
|
||||
- kubernetes-ca
|
||||
- name: Allow ansible_user to read private keys
|
||||
file:
|
||||
path: "{{k8s_ca_conf_directory}}"
|
||||
state: directory
|
||||
owner: "{{ ansible_user }}"
|
||||
recurse: yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue