add api-docs hostfile
parent
908555eca7
commit
2505a9b8f8
|
@ -21,6 +21,10 @@
|
||||||
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
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/hosts
|
||||||
|
line: "10.4.21.100 api-docs.consolo.lan"
|
||||||
- name: add docker-ce pubkey
|
- name: add docker-ce pubkey
|
||||||
apt_key:
|
apt_key:
|
||||||
keyserver: keyserver.ubuntu.com
|
keyserver: keyserver.ubuntu.com
|
||||||
|
|
Reference in New Issue