From 6b31f1f4686f9ad84e74d89c80b3da06e9a6a4bd Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Thu, 29 Nov 2018 23:19:35 -0500 Subject: [PATCH] add gitlab address --- linux-bionic-playbook.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/linux-bionic-playbook.yaml b/linux-bionic-playbook.yaml index fab7d38..8d8bbe4 100644 --- a/linux-bionic-playbook.yaml +++ b/linux-bionic-playbook.yaml @@ -21,10 +21,18 @@ lineinfile: path: /etc/hosts line: "10.4.21.136 errbit.consolo.lan" - - name: configure static hostfile entry for api-docs.consolo.lan + - name: configure static hostfile entry for api-doc.consolo.lan lineinfile: path: /etc/hosts line: "10.4.21.100 api-docs.consolo.lan" + - name: configure static hostfile entry for lxd.consolo.lan + lineinfile: + path: /etc/hosts + line: "10.4.21.253 lxd.consolo.lan mattermost.lxd.consolo.lan" + - name: configure static hostfile entry for git.lxd.consolo.lan + lineinfile: + path: /etc/hosts + line: "10.4.21.230 git.lxd.consolo.lan" - name: add docker-ce pubkey apt_key: keyserver: keyserver.ubuntu.com