Copy ca-key.pem to etcd and kube-masters accordingly

This commit is contained in:
Matthew Mosesohn
2018-04-10 19:55:28 +03:00
committed by Matthew Mosesohn
parent dfc46f02d7
commit 3fa7468d54
3 changed files with 6 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
gen_ca_mount_path: "{{ vault_pki_mounts.kube.name }}"
gen_ca_vault_headers: "{{ vault_headers }}"
gen_ca_vault_options: "{{ vault_ca_options.kube }}"
gen_ca_copy_group: "kube-master"
when: inventory_hostname in groups.vault
- include_tasks: ../shared/auth_backend.yml