Sfoglia il codice sorgente

specify network in nmcli name-resolution role

Blaine Story 3 anni fa
parent
commit
325b14ccd6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      roles/name-resolution/tasks/main.yml

+ 2 - 2
roles/name-resolution/tasks/main.yml

@@ -132,9 +132,9 @@
     ifname: "{{ ethernet }}"
     type: ethernet
     state: present
-    ip4: "{{ gateway_server_ip }}"
+    ip4: "{{ gateway_server_ip }}/24"
     gw4: "{{ actual_gateway_ip }}"
-    mtu: 9000
+    mtu: 1500
     dns4:
       - "{{ dns_primary }}"
       - "{{ dns_secondary }}"