summaryrefslogtreecommitdiff
path: root/ansible/roles/router/handlers/main.yml
blob: 9bfdccb524c74c9202121171312bf22326d70ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
- name: restart ferm
  service: name=ferm state=restarted enabled=yes

- name: reload interfaces
  service: name=networking state=restarted enabled=yes

- name: restart dnsmasq
  service: name=dnsmasq state=restarted enabled=yes

- name: load sysctl config
  shell: sysctl -p /etc/sysctl.d/routing.conf