Browse Source

add gateway for different vlan to group_vars

python3
Edoardo Putti 7 years ago
parent
commit
2c6f0539ee
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      group_vars/all.yaml.example

+ 4
- 2
group_vars/all.yaml.example View File

@ -1,6 +1,8 @@
---
# The name (as defined in the inventory) of the external gateway.
ext_gateway: ""
# ip of the management vlan gateway
management_gateway: 0.0.0.0
# ip of the vm vlan gateway
vm_gateway: 0.0.0.0
# Put here the public key of the users CA.
user_ca_key: ""
# Put here the public ip for your organisation


Loading…
Cancel
Save