aboutsummaryrefslogtreecommitdiffstats
path: root/roles/host_prod/handlers/main.yml
blob: 76ec23eec6135761611b33cc60cb2b3531cbd6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: Apply rc.conf
  shell: service kld start; service netif restart && service routing restart

- name: Mount filesystems
  shell: mount -a

- name: Restart smartd
  service:
    name: smartd
    state: restarted

- name: Run newaliases
  shell: newaliases