Move the unbound related handlers to the role

This commit is contained in:
Michael Scherer 2016-04-04 02:49:48 +02:00 committed by Kevin Fenzi
parent b1140d955d
commit 00d7dd5777
10 changed files with 3 additions and 11 deletions

View file

@ -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

View file

@ -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