Browse Source

specify network in nmcli name-resolution role

Blaine Story 3 years ago
parent
commit
325b14ccd6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      roles/name-resolution/tasks/main.yml

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

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