Fix certificates names and permissions for etcd role

This commit is contained in:
Paul-Henri Froidmont 2018-08-02 23:18:47 +02:00
parent 436d31433f
commit 05ef08c57d
5 changed files with 22 additions and 11 deletions

View file

@ -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