Rozdělení do skupin DSA a swconfig, úprava role network

This commit is contained in:
2024-11-01 03:32:26 +01:00
parent 587ca23374
commit cde297bd2e
18 changed files with 201 additions and 268 deletions

View File

@@ -18,6 +18,10 @@
opkg:
name: prometheus-node-exporter-lua
state: present
- name: Install prometheus-node-exporter-lua-hostapd_stations
opkg:
name: prometheus-node-exporter-lua-hostapd_stations
state: present
- name: Configure prometheus-node-exporter-lua
uci:
command: section
@@ -28,7 +32,7 @@
listen_interface: mgmnt
listen_port: 9100
autocommit: true
# - name: Reboot device
# ansible.builtin.command:
# cmd: "reboot"
# changed_when: false
- name: Reboot device
ansible.builtin.command:
cmd: "reboot"
changed_when: false