aboutsummaryrefslogblamecommitdiffstats
path: root/roles/relayd/tasks/main.yml
blob: 5de324c0513d062ff73879ca5979e672853ce526 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                     

# relayd ~~ tasks/main.yml

---

- name: Generate relayd configuration
  template:
    src: templates/relayd.conf.j2
    dest: /etc/relayd.conf

- name: Enable and restart relayd
  service:
    name: relayd
    state: restarted
    enabled: true
remember that computers suck.