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-iptables-gateway
|
||||||
- network-routing
|
- network-routing
|
||||||
- service-dhcpd
|
- service-dhcpd
|
||||||
|
- service-nginx
|
||||||
|
- service-nginx-firmware
|
||||||
- service-radvd
|
- service-radvd
|
||||||
- service-fastd
|
- service-fastd
|
||||||
- service-fastd-mesh
|
- service-fastd-mesh
|
||||||
|
@ -30,5 +32,3 @@
|
||||||
- service-bird-ffrl
|
- service-bird-ffrl
|
||||||
- service-bind-slave
|
- service-bind-slave
|
||||||
- service-respondd
|
- service-respondd
|
||||||
- service-nginx
|
|
||||||
- service-nginx-firmware
|
|
||||||
|
|
|
@ -112,6 +112,14 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: reload systemd
|
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
|
- name: write configuration for fastd-peer-limit-update script
|
||||||
template:
|
template:
|
||||||
src: fastd_peer_limit_config.yaml.j2
|
src: fastd_peer_limit_config.yaml.j2
|
||||||
|
|
Loading…
Reference in a new issue