mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 01:45:09 +00:00
doc: use proper reserved IPv4 addresses for documentation, according to RFC 5737
This way one will be able to reliably detect when the example playbook was forgotten to be upated with correct addresses, as the RFC 5737 addresses are never used in production (the original RFC 1918 ones often are). https://github.com/linux-system-roles/network/issues/5
This commit is contained in:
parent
dace7654fe
commit
6fdf07fff1
4 changed files with 6 additions and 6 deletions
|
|
@ -251,8 +251,8 @@ network_connections:
|
|||
gateway6: 2001:db8::1
|
||||
|
||||
address:
|
||||
- 192.168.5.3/24
|
||||
- 10.0.10.3/16
|
||||
- 192.0.2.3/24
|
||||
- 198.51.100.3/26
|
||||
- 2001:db8::80/7
|
||||
```
|
||||
|
||||
|
|
@ -349,7 +349,7 @@ network_connections:
|
|||
vlan_id: 6
|
||||
ip:
|
||||
address:
|
||||
- 192.168.10.5/24
|
||||
- 192.0.2.5/24
|
||||
auto6: no
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
vlan_id: 100
|
||||
ip:
|
||||
address:
|
||||
- "192.168.174.{{ network_iphost }}/24"
|
||||
- "192.0.2.{{ network_iphost }}/24"
|
||||
|
||||
roles:
|
||||
- network
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
vlan_id: 100
|
||||
ip:
|
||||
address:
|
||||
- "192.168.174.{{ network_iphost }}/24"
|
||||
- "192.0.2.{{ network_iphost }}/24"
|
||||
|
||||
roles:
|
||||
- network
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
vlan_id: 100
|
||||
ip:
|
||||
address:
|
||||
- "192.168.174.{{ network_iphost }}/24"
|
||||
- "192.0.2.{{ network_iphost }}/24"
|
||||
|
||||
roles:
|
||||
- network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue