feat: add Vagrant file and provisioning scripts

This commit is contained in:
Emmanuel BENOîT 2024-12-29 18:28:07 +01:00
commit ad2a00a42c
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
25 changed files with 4805 additions and 0 deletions
ansible/files

View file

@ -0,0 +1,6 @@
options {
directory "/var/cache/bind";
forward only; // Never try resolving other domains
forwarders { 127.0.0.53; }; // Forward everything to systemd-resolved
dnssec-validation yes; // systemd-resolved *requires* DNSSEC
};