From cdcc5c4fa6ba656b8dbbd7ea160505904e0f1a2c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Nov 2018 16:11:37 +0200 Subject: Add: groups to ci-prod*.hz --- ci-prod-workers.hz | 1 + ci-prod.hz | 1 + 2 files changed, 2 insertions(+) diff --git a/ci-prod-workers.hz b/ci-prod-workers.hz index 1935659..cd9180a 100644 --- a/ci-prod-workers.hz +++ b/ci-prod-workers.hz @@ -3,4 +3,5 @@ defaults: image: debian-9 hosts: - name: worker1 + groups: [worker] # - name: worker2 diff --git a/ci-prod.hz b/ci-prod.hz index cfb74b9..11dc186 100644 --- a/ci-prod.hz +++ b/ci-prod.hz @@ -4,3 +4,4 @@ defaults: hosts: - name: controller type: cx21 + groups: [ickhost, controller, qvisqve, notify] -- cgit v1.2.1