Add spaces before comments to please ansible-lint
This commit is contained in:
parent
d112c1df91
commit
907816af06
1 changed files with 6 additions and 6 deletions
|
@ -78,11 +78,11 @@
|
|||
keepalived_interface: vlan129
|
||||
keepalived_virtual_addresses_v4:
|
||||
vlan111:
|
||||
- 45.66.111.10/24 # 45.66.111.1/24
|
||||
- 45.66.111.10/24 # 45.66.111.1/24
|
||||
vlan128:
|
||||
- 10.128.0.16/16 # 10.128.0.1/16
|
||||
- 10.128.0.16/16 # 10.128.0.1/16
|
||||
vlan130:
|
||||
- 10.130.0.185/16 # 10.130.0.1/16
|
||||
- 10.130.0.185/16 # 10.130.0.1/16
|
||||
vlan131:
|
||||
- 10.131.0.1/16
|
||||
vlan133:
|
||||
|
@ -92,13 +92,13 @@
|
|||
keepalived_virtual_addresses_v6:
|
||||
vlan111:
|
||||
- fe80::200:02ff:fe23:ae26/64
|
||||
- 2a09:6840:111:0:10::/56 # 2a09:6840:111:0:1::/56
|
||||
- 2a09:6840:111:0:10::/56 # 2a09:6840:111:0:1::/56
|
||||
vlan128:
|
||||
- fe80::200:02ff:fe9f:d67a/64
|
||||
- 2a09:6840:128:0:16::/48 # 2a09:6840:128:0:1::/48
|
||||
- 2a09:6840:128:0:16::/48 # 2a09:6840:128:0:1::/48
|
||||
vlan130:
|
||||
- fe80::200:02ff:fee2:9782/64
|
||||
- 2a09:6840:130:0:185::/48 # 2a09:6840:130:0:1::/48
|
||||
- 2a09:6840:130:0:185::/48 # 2a09:6840:130:0:1::/48
|
||||
vlan131:
|
||||
- fe80::200:02ff:fee2:9782/64
|
||||
- 2a09:6840:131:0:1::/48
|
||||
|
|
Loading…
Reference in a new issue