Add kubectl encryption config

This commit is contained in:
Paul-Henri Froidmont 2018-07-31 19:06:09 +02:00
parent 7166585268
commit 958fb6be2f
2 changed files with 17 additions and 0 deletions

View file

@ -75,3 +75,9 @@
client_cert: admin
loop_control:
loop_var: service
- name: Create encryption config file
template:
src: "templates/encryption-config.yaml.j2"
dest: "{{k8s_encryption_config_directory}}/encryption-config.yaml"
mode: 0600