feat: initial commit
This commit is contained in:
parent
dc073bf590
commit
f8ec658b1a
18 changed files with 328 additions and 93 deletions
7
tasks/install.yaml
Normal file
7
tasks/install.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
# install unbound
|
||||
- name: "install unbound"
|
||||
ansible.builtin.apt:
|
||||
name: "unbound"
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue