mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-25 03:47:15 +00:00
Change default variables to include lookup table. Change tasks to set variables based on distribution version.
9 lines
194 B
YAML
9 lines
194 B
YAML
network_provider: "{{ network_providers[ansible_os_family][ansible_distribution_major_version] }}"
|
|
|
|
network:
|
|
connections: []
|
|
|
|
network_providers:
|
|
RedHat:
|
|
"6": "initscripts"
|
|
"7": "nm"
|