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:
parent
d9f76f7ea5
commit
425df6b4f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue