Use a variable for domain names
This commit is contained in:
parent
275fd66eb7
commit
d3b880a97c
@ -1,6 +1,6 @@
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 {{ fqdn }} {{ hostname }}
|
||||
127.0.0.1 wojciechkozlowski.eu cloud.wojciechkozlowski.eu wiki.wojciechkozlowski.eu gitlab.wojciechkozlowski.eu registry.wojciechkozlowski.eu
|
||||
127.0.0.1 {{ domains }}
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
|
@ -26,3 +26,6 @@ postfix_mailname:
|
||||
|
||||
# Fail2Ban
|
||||
fail2ban_sender:
|
||||
|
||||
# For /etc/hosts
|
||||
domains:
|
||||
|
Reference in New Issue
Block a user