Migrate dns part
This commit is contained in:
commit
344710e831
12 changed files with 377 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
ansible
|
||||
ansible-lint
|
||||
dnscontrol
|
||||
opentofu
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue