add gitlab address

This commit is contained in:
Andrew Coleman 2018-11-29 23:19:35 -05:00
commit 6b31f1f468

View file

@ -21,10 +21,18 @@
lineinfile: lineinfile:
path: /etc/hosts path: /etc/hosts
line: "10.4.21.136 errbit.consolo.lan" 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: lineinfile:
path: /etc/hosts path: /etc/hosts
line: "10.4.21.100 api-docs.consolo.lan" 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 - name: add docker-ce pubkey
apt_key: apt_key:
keyserver: keyserver.ubuntu.com keyserver: keyserver.ubuntu.com