1
0
Fork 0
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:
George Hunt 2018-10-01 18:18:36 +00:00
parent f91c67ad58
commit c91cb6cd32

View file

@ -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