diff options
Diffstat (limited to 'spreadspace')
-rw-r--r-- | spreadspace/k8s-test.yml | 14 | ||||
-rw-r--r-- | spreadspace/s2-k8s-test.yml | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/spreadspace/k8s-test.yml b/spreadspace/k8s-test.yml new file mode 100644 index 00000000..50f4ccac --- /dev/null +++ b/spreadspace/k8s-test.yml @@ -0,0 +1,14 @@ +--- +- name: cluster layout + hosts: localhost + gather_facts: no + run_once: yes + tasks: + - name: configure cluster layout + set_fact: + kubernetes_cluster_layout: + nodes: "{{ groups['k8s-test'] }}" + masters: + - s2-k8s-test0 + +- import_playbook: ../common/kubernetes.yml diff --git a/spreadspace/s2-k8s-test.yml b/spreadspace/s2-k8s-test.yml deleted file mode 100644 index aa80d40b..00000000 --- a/spreadspace/s2-k8s-test.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -## TODO: implement me! |