more fixes

This commit is contained in:
John Burwell 2025-04-26 13:51:02 -05:00
parent eca6b54d84
commit e2e2e7556a
3 changed files with 7 additions and 3 deletions

View File

@ -28,6 +28,9 @@
src: direwolf.conf.j2 src: direwolf.conf.j2
dest: /etc/ham-hotspot/direwolf-{{ radio.port_name }}.conf dest: /etc/ham-hotspot/direwolf-{{ radio.port_name }}.conf
mode: "0644" mode: "0644"
loop: "{{ radios }}"
loop_control:
loop_var: radio
- name: Deploy Direwolf systemd service - name: Deploy Direwolf systemd service
ansible.builtin.template: ansible.builtin.template:

View File

@ -1,4 +1,8 @@
--- ---
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: Disable and stop legacy services - name: Disable and stop legacy services
ansible.builtin.systemd: ansible.builtin.systemd:
name: "{{ item }}" name: "{{ item }}"

View File

@ -1,3 +0,0 @@
[NetDev]
Name=br0
Kind=bridge