Role service-fastd-mesh: ensure fastd_status.json file is present; reorder nginx roles
This commit is contained in:
parent
80bd91a469
commit
466a08a0b3
2 changed files with 10 additions and 2 deletions
|
@ -20,6 +20,8 @@
|
|||
- network-iptables-gateway
|
||||
- network-routing
|
||||
- service-dhcpd
|
||||
- service-nginx
|
||||
- service-nginx-firmware
|
||||
- service-radvd
|
||||
- service-fastd
|
||||
- service-fastd-mesh
|
||||
|
@ -30,5 +32,3 @@
|
|||
- service-bird-ffrl
|
||||
- service-bind-slave
|
||||
- service-respondd
|
||||
- service-nginx
|
||||
- service-nginx-firmware
|
||||
|
|
|
@ -112,6 +112,14 @@
|
|||
mode: 0644
|
||||
notify: reload systemd
|
||||
|
||||
- name: create fastd_status.json file
|
||||
file:
|
||||
path: /var/www/html/fastd_status.json
|
||||
state: touch
|
||||
owner: admin
|
||||
group: admin
|
||||
mode: 0644
|
||||
|
||||
- name: write configuration for fastd-peer-limit-update script
|
||||
template:
|
||||
src: fastd_peer_limit_config.yaml.j2
|
||||
|
|
Loading…
Reference in a new issue