network: Support static subnet
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
state: quadlet
|
||||
quadlet_file_mode: "0644"
|
||||
driver: "{{ network_driver }}"
|
||||
subnet: "{{ network_subnet if network_subnet | length > 0 else omit }}"
|
||||
quadlet_options: >-
|
||||
{{
|
||||
['Options=parent=' ~ ansible_default_ipv4.interface]
|
||||
|
||||
Reference in New Issue
Block a user