Move the unbound related handlers to the role
This commit is contained in:
parent
b1140d955d
commit
00d7dd5777
10 changed files with 3 additions and 11 deletions
|
@ -120,9 +120,6 @@
|
|||
- name: restart network
|
||||
action: service name=network state=restarted
|
||||
|
||||
- name: restart unbound
|
||||
action: service name=unbound state=restarted
|
||||
|
||||
- name: rebuild postfix transport
|
||||
command: /usr/sbin/postmap /etc/postfix/transport
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
- name: semanage dns80
|
||||
command: /usr/sbin/semanage port -m -t dns_port_t -p tcp 80
|
||||
|
||||
- name: semanage dns443
|
||||
command: /usr/sbin/semanage port -m -t dns_port_t -p tcp 443
|
||||
|
||||
- name: semanage dns8953
|
||||
command: /usr/sbin/semanage port -a -t dns_port_t -p tcp 8953
|
Loading…
Add table
Add a link
Reference in a new issue