summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-17 11:57:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-17 11:57:05 +0200
commit75372fa6a0e84ca8f3a6d6da4a9b389da4ba0b86 (patch)
treed3f2991ba794513067280d78eef178ed429584aa /dan
parentkubernetes: install addon configs into common sub-dir (diff)
kubernetes: add chaos-at-home test cluster and fix some bugs
Diffstat (limited to 'dan')
-rw-r--r--dan/k8s-emc.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/dan/k8s-emc.yml b/dan/k8s-emc.yml
index 7b4e9158..d81d8358 100644
--- a/dan/k8s-emc.yml
+++ b/dan/k8s-emc.yml
@@ -16,11 +16,13 @@
### hack hack hack...
- name: cook kubernetes secrets
- hosts: _kubernetes_masters_
+ hosts: _kubernetes_nodes_
gather_facts: no
tasks:
- set_fact:
kubernetes_secrets_cooked: "{{ kubernetes_secrets }}"
+ - when: external_ip is defined
+ set_fact:
external_ip_cooked: "{{ external_ip }}"
- import_playbook: ../common/kubernetes-cluster.yml