4ce00a6ac3
- move static routes from role service-rclocal to scripts run by systemd unit - mv routing specific sysctl settings
9 lines
173 B
YAML
9 lines
173 B
YAML
---
|
|
- name: reload systemd
|
|
systemd:
|
|
daemon_reload: yes
|
|
|
|
- name: restart systemd unit ffmwu-static-routes
|
|
systemd:
|
|
name: ffmwu-static-routes
|
|
state: restarted
|