summaryrefslogtreecommitdiff
path: root/chaos-at-home/k8s-test.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-05-25 01:11:06 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-05-25 01:11:06 +0200
commita9a35c3bcddbece1e2123ed5fd03943ef6a6604a (patch)
tree6a8d746db81f6862e27f057c163d86436f207a66 /chaos-at-home/k8s-test.yml
parentmz-router: added dyndns (diff)
no more '-' in group names
Diffstat (limited to 'chaos-at-home/k8s-test.yml')
-rw-r--r--chaos-at-home/k8s-test.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chaos-at-home/k8s-test.yml b/chaos-at-home/k8s-test.yml
index 758e0ece..e0a6c2c4 100644
--- a/chaos-at-home/k8s-test.yml
+++ b/chaos-at-home/k8s-test.yml
@@ -1,16 +1,16 @@
---
- name: prepare hetzner hosts
- hosts: k8s-test:&hetzner
+ hosts: k8s_test:&hetzner
roles:
- role: slim/hetzner
- name: prepare hetzner hosts
- hosts: k8s-test:&scaleway
+ hosts: k8s_test:&scaleway
roles:
- role: slim/scaleway
- name: Basic Setup
- hosts: k8s-test
+ hosts: k8s_test
roles:
- role: base
- role: sshd