First version in Galaxy
This commit is contained in:
14
seb4itik/byow/roles/unbound/tasks/main.yml
Normal file
14
seb4itik/byow/roles/unbound/tasks/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
- name: Install Unbound
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- "unbound"
|
||||
notify:
|
||||
- "Restart unbound"
|
||||
|
||||
- name: Deploy unbounf config file
|
||||
ansible.builtin.template:
|
||||
src: "templates/unbound.conf"
|
||||
dest: "/etc/unbound/unbound.conf.d/unbound.conf"
|
||||
mode: "0644"
|
||||
notify:
|
||||
- "Restart unbound"
|
||||
Reference in New Issue
Block a user