Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
19b0514b
Commit
19b0514b
authored
Nov 05, 2018
by
Jelle van der Waa
🚧
Browse files
use unbound dns for mail servers
parent
8429772f
Changes
2
Hide whitespace changes
Inline
Side-by-side
host_vars/apollo.archlinux.org
View file @
19b0514b
...
...
@@ -10,6 +10,8 @@ ipv4_gateway: "138.201.81.193"
ipv6_gateway: "fe80::1"
filesystem: btrfs
dns_servers: ["127.0.0.1"]
# FIXME: this should probably be configured another way. maybe the
# mysql/postgres roles should deploy the credentials themselves
postgres_backup_dir: "/var/lib/postgres/backup"
...
...
host_vars/orion.archlinux.org/misc
View file @
19b0514b
...
...
@@ -14,6 +14,7 @@ filesystem: btrfs
tcp_rmem: "10240 87380 33554432"
tcp_wmem: "10240 87380 33554432"
dns_servers: ["127.0.0.1"]
mail_domain: "mail.archlinux.org"
configure_firewall: true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment