mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
no change to hosts
This commit is contained in:
parent
f91c67ad58
commit
c91cb6cd32
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
- name: Configure fqdn in /etc/hosts appliance mode
|
||||
lineinfile: dest=/etc/hosts
|
||||
regexp='^127\.0\.0\.1'
|
||||
line='127.0.0.1 localhost.localdomain localhost'
|
||||
line='127.0.0.1 localhost.localdomain localhost {{ iiab_hostname }}.{{ iiab_domain }} {{ iiab_hostname }} box '
|
||||
owner=root
|
||||
group=root
|
||||
mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue