From 7ef01d1ed580dbe4d3aa675303c0f69519c46464 Mon Sep 17 00:00:00 2001 From: Nick Jones <nick@dischord.org> Date: Tue, 28 Nov 2017 12:24:45 +0000 Subject: [PATCH] Add container-image-builders group Update development environment inventory to include an entry which enables container image building. --- dev/dev-hosts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/dev-hosts b/dev/dev-hosts index aebffc12..a01d4bf0 100644 --- a/dev/dev-hosts +++ b/dev/dev-hosts @@ -1,2 +1,5 @@ [controllers] -controller0 ansible_host=192.168.33.3 +controller1 ansible_host=192.168.33.3 + +[container-image-builders] +controller1 ansible_host=192.168.33.3 -- GitLab