You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Play for configuring a Linux box to act as an HSCN gateway
hosts: all
become: true
vars_files:
- vault.yml
- vars.yml
roles:
- role: systemd-networkd
systemd_network_networks:
"{{uplink_if}}":
Network:
DHCP: ipv4
vars.yml:
---
uplink_if: enp2s0
fleet_if: eno2
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing this role.
I have an issue: the role deletes the network configuration file it generated, then generates it again, and the cycle continues.
First run:
Second run:
My system: Debian GNU/Linux 12 (bookworm)
requirements.yml
:playbook.yml
:vars.yml
:The text was updated successfully, but these errors were encountered: