maybe fixed!
This commit is contained in:
parent
4affd0fe0a
commit
8ada40fec3
@ -15,6 +15,7 @@ network:
|
|||||||
|
|
||||||
radios:
|
radios:
|
||||||
- port_name: radio0
|
- port_name: radio0
|
||||||
|
ax_iface: ax0
|
||||||
device: plughw:AllInOneCable # Could be audio device for Direwolf, or real serial
|
device: plughw:AllInOneCable # Could be audio device for Direwolf, or real serial
|
||||||
speed: 1200
|
speed: 1200
|
||||||
mycall: KI5QKX-11
|
mycall: KI5QKX-11
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
index_var: index
|
index_var: index
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: ax.network.j2
|
src: ax.network.j2
|
||||||
dest: "/etc/systemd/network/{{ 'ax' + (index | string) }}.network"
|
dest: "/etc/systemd/network/{{ item.ax_iface }}.network"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user