proxmox_routing/creds.example

11 lines
257 B
Plaintext
Raw Permalink Normal View History

2019-01-21 11:02:27 +01:00
# User and password to request a token on phpIPAM API
USER_IPAM='user'
PASSWORD_IPAM='passwd'
2019-01-21 14:36:50 +01:00
# URL of the API
URL="https://ipam.example.org/api/${USER_IPAM}"
# ID of the ranges, you can put multiple ranges per AFI
ID_RANGES_V4='32 42'
ID_RANGES_V6='128'