rename auth_dns -> knot role
This commit is contained in:
parent
8c1553c707
commit
416ca85b11
10 changed files with 1 additions and 1 deletions
14
roles/knot/templates/netplan-disable-ra.yaml
Normal file
14
roles/knot/templates/netplan-disable-ra.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# {{ ansible_managed }}
|
||||
network:
|
||||
ethernets:
|
||||
{%- for i_iface_name in ansible_interfaces -%}
|
||||
{%- if i_iface_name != "lo" -%}
|
||||
{%- set i_iface = ansible_facts[i_iface_name] %}
|
||||
|
||||
{{ i_iface_name }}:
|
||||
match:
|
||||
macaddress: "{{ i_iface.macaddress }}"
|
||||
accept-ra: false
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue