summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-28 17:40:28 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-28 17:40:28 +0200
commitb23e25e4e45d5cd54cecd96a0e0bdbf61edb81f1 (patch)
treea6422a5285aefda200800231e77bf3a4fda193f1
parentf0014926374390038fa04884a4216a6896dd6d40 (diff)
downloadick2-ansible-b23e25e4e45d5cd54cecd96a0e0bdbf61edb81f1.tar.gz
Add: groups for the demo controller
My hetznertool script uses this when generating an Ansible inventory to add the host to the specified groups.
-rw-r--r--demo.hz2
1 files changed, 2 insertions, 0 deletions
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]
+