1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Add pbx and pbx.lan to /etc/hosts

This commit is contained in:
Anish Mangal 2019-01-25 22:16:30 +05:30 committed by root
parent d9f76f7ea5
commit 425df6b4f0

View file

@ -10,7 +10,7 @@
lineinfile:
path: /etc/hosts
regexp: '^172\.18\.96\.1'
line: '172.18.96.1 {{ iiab_hostname }}.{{ iiab_domain }} {{ iiab_hostname }} box box.lan'
line: '172.18.96.1 {{ iiab_hostname }}.{{ iiab_domain }} {{ iiab_hostname }} box box.lan pbx pbx.lan'
state: present
when: iiab_lan_iface != "none" and not installing