diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/k8s-test.yml | 6 |
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 |