xoxys.network/vars/redhat-9.yml

8 lines
212 B
YAML
Raw Normal View History

---
__network_nmcli: True
__network_restart_command: |-
2022-10-11 09:48:18 +02:00
nmcli connection reload
{%- for file in __network_ifcfg | json_query('results[?changed==`true`].dest') %}
2022-10-11 09:48:18 +02:00
&& nmcli conn up {{ file }}
{%- endfor %}