mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
0-init/tasks/hostname.yml: Note discussion(s) of /etc/hosts
This commit is contained in:
parent
d67b2751a6
commit
fafaf693ea
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
# command: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
# command: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
||||||
|
|
||||||
# 2022-07-11: Should the first entry match just hostname and domain move to
|
# 2022-07-11: Should the first entry match just hostname and domain move to
|
||||||
# after localhost? Background:
|
# after localhost? See PR's #1 & #8 -- with discussion on #3302 -- and also:
|
||||||
# 1. /etc/hosts -- #1815 solved by PR #1847
|
# 1. /etc/hosts -- #1815 solved by PR #1847
|
||||||
# 2. /etc/hostname -- #2904 solved by PR #2973
|
# 2. /etc/hostname -- #2904 solved by PR #2973
|
||||||
- name: 'Put FQDN & hostnames in /etc/hosts: "127.0.0.1 {{ iiab_hostname }}.{{ iiab_domain }} localhost.localdomain localhost {{ iiab_hostname }} box box.lan"'
|
- name: 'Put FQDN & hostnames in /etc/hosts: "127.0.0.1 {{ iiab_hostname }}.{{ iiab_domain }} localhost.localdomain localhost {{ iiab_hostname }} box box.lan"'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue