feat: add dns management for alpine and debian
This commit is contained in:
parent
63d9880750
commit
0ba18a512f
4 changed files with 27 additions and 1 deletions
|
|
@ -17,6 +17,11 @@ apt_repository_security: "https://archive.ubuntu.com/ubuntu"
|
|||
debian_repo_url_security: "http://security.debian.org/debian-security"
|
||||
debian_repo_url_update: "http://deb.debian.org/debian"
|
||||
|
||||
# dns
|
||||
dns_search: "example.internal"
|
||||
dns_servers:
|
||||
- "192.168.10.1"
|
||||
|
||||
# firewall
|
||||
firewall_enable: true
|
||||
firewall_basic_rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue