diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-13 17:40:35 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-14 01:23:12 +0200 |
| commit | 5d62b0fc261f8315c6f9effe58a35347587b4762 (patch) | |
| tree | b2dccccbafb90bbd4a81ef772cc7ef6ae05793ce /group_vars/all.yml.example | |
| parent | ac37c12b23e41b7174c94e872ef648315da885da (diff) | |
Configure ipv6/prefer ipv4 switches for network (and all hosts)
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index ed97d539..9d69dea6 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -1 +1,3 @@ --- +network_ipv6_disabled: true +network_prefer_ipv4: true |
