From a9a35c3bcddbece1e2123ed5fd03943ef6a6604a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 25 May 2019 01:11:06 +0200 Subject: no more '-' in group names --- chaos-at-home/k8s-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chaos-at-home/k8s-test.yml') 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 -- cgit v1.2.3