renamed roles
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
- name: nameserver | unbound | install packages
|
||||
package:
|
||||
name: "{{ unbound_package }}"
|
||||
state: present
|
||||
|
||||
- name: nameserver | unbound | copy config
|
||||
template:
|
||||
src: "unbound_network.conf.j2"
|
||||
dest: "/etc/unbound/unbound.conf.d/network.conf"
|
||||
mode: "0644"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
validate: "unbound-checkconf %s"
|
||||
|
||||
- name: nameserver | unbound | enable service
|
||||
service:
|
||||
name: "unbound"
|
||||
state: started
|
||||
enabled: True
|
||||
Reference in New Issue
Block a user