summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-10 21:31:35 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-10 21:31:35 +0300
commitab16690c074278de8c879e3c984d689e2cf55f01 (patch)
treec9b7b689ed439ef3b0b0832dad249e7eeb135ac1
parentaab7b0646cd8f90b4afd6b734a75b3dbce5e2680 (diff)
downloadick2-ansible-ab16690c074278de8c879e3c984d689e2cf55f01.tar.gz
Add: .hz and hosts. files for primus and workers
-rw-r--r--hosts.primus0
-rw-r--r--hosts.primus-workers0
-rw-r--r--primus-workers.hz12
-rw-r--r--primus.hz6
4 files changed, 18 insertions, 0 deletions
diff --git a/hosts.primus b/hosts.primus
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hosts.primus
diff --git a/hosts.primus-workers b/hosts.primus-workers
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/hosts.primus-workers
diff --git a/primus-workers.hz b/primus-workers.hz
new file mode 100644
index 0000000..b0b4419
--- /dev/null
+++ b/primus-workers.hz
@@ -0,0 +1,12 @@
+defaults:
+ type: cx21
+ image: debian-9
+hosts:
+ - name: asterix
+ groups: [workers, ickhost]
+ - name: obelix
+ groups: [workers, ickhost]
+ - name: idefix
+ groups: [workers, ickhost]
+ - name: akvavitix
+ groups: [workers, ickhost]
diff --git a/primus.hz b/primus.hz
new file mode 100644
index 0000000..c2dd912
--- /dev/null
+++ b/primus.hz
@@ -0,0 +1,6 @@
+defaults:
+ type: cx31
+ image: debian-10
+hosts:
+ - name: ick
+ groups: [ickhost, controller, qvisqve, notify]