From b23e25e4e45d5cd54cecd96a0e0bdbf61edb81f1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 28 Dec 2018 17:40:28 +0200 Subject: Add: groups for the demo controller My hetznertool script uses this when generating an Ansible inventory to add the host to the specified groups. --- demo.hz | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo.hz b/demo.hz index cfb74b9..274d695 100644 --- a/demo.hz +++ b/demo.hz @@ -4,3 +4,5 @@ defaults: hosts: - name: controller type: cx21 + groups: [ickhost] + -- cgit v1.2.1