Configure public_dns jail.

This commit is contained in:
Tom Alexander
2023-06-18 15:21:16 -04:00
parent 334ec8b49b
commit a10922166b
11 changed files with 110 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'
- import_tasks: tasks/linux.yaml
when: 'os_flavor == "linux"'