kubernetes-clustergcekubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansible
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
456 B
18 lines
456 B
---
|
|
flush_iptables: true
|
|
reset_restart_network: true
|
|
|
|
reset_restart_network_service_name: >-
|
|
{% if ansible_os_family == "RedHat" -%}
|
|
{%-
|
|
if ansible_distribution_major_version | int >= 8
|
|
or is_fedora_coreos or ansible_distribution == "Fedora" -%}
|
|
NetworkManager
|
|
{%- else -%}
|
|
network
|
|
{%- endif -%}
|
|
{%- elif ansible_distribution == "Ubuntu" -%}
|
|
systemd-networkd
|
|
{%- elif ansible_os_family == "Debian" -%}
|
|
networking
|
|
{%- endif %}
|