diff options
Diffstat (limited to 'host_vars/laptop.local.yml.example')
| -rw-r--r-- | host_vars/laptop.local.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host_vars/laptop.local.yml.example b/host_vars/laptop.local.yml.example index ba9536da..726fc4b1 100644 --- a/host_vars/laptop.local.yml.example +++ b/host_vars/laptop.local.yml.example @@ -3,6 +3,7 @@ network_ipv4_address: "10.0.0.202" network_ipv4_gateway: "10.0.0.1" network_ipv4_dns: "10.0.0.1" +network_prefer_ipv4: true # Discover network_ipv6_gateway with: ip -6 route show default | grep ra (run on any device before disabling router RA) # network_ipv6_gateway: "fe80::0000:1111:2222:3333" |
