hifis-net / ansible-role-netplan

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: This role installs Netplan and configures networking on hosts.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
3 stars 2 forks source link

Replace deprecated gateway4 by routes #77

Closed tobiashuste closed 1 year ago

tobiashuste commented 1 year ago

gateway4 is deprected and should be replaced by routes instead.

gateway4: "192.168.10.1"

needs to be converted to

routes:
  - to: default
    via: "192.168.10.1"