2017-02-09 19:10:36 +01:00
|
|
|
# Ansible Apstra AOS external inventory script settings
|
2017-02-18 02:26:53 +01:00
|
|
|
# Dynamic Inventory script parameter can be provided using this file
|
|
|
|
# Or by using Environment Variables:
|
|
|
|
# - AOS_SERVER, AOS_PORT, AOS_USERNAME, AOS_PASSWORD, AOS_BLUEPRINT
|
|
|
|
#
|
|
|
|
# This file takes precedence over the Environment Variables
|
|
|
|
#
|
2017-02-09 19:10:36 +01:00
|
|
|
|
|
|
|
[aos]
|
|
|
|
|
2017-03-03 20:38:46 +01:00
|
|
|
# aos_server = 172.20.62.3
|
|
|
|
# port = 8888
|
|
|
|
# username = admin
|
|
|
|
# password = admin
|
2017-02-18 02:26:53 +01:00
|
|
|
|
2017-03-03 20:38:46 +01:00
|
|
|
## Blueprint Mode
|
2017-02-18 02:26:53 +01:00
|
|
|
# to use the inventory in mode Blueprint, you need to define the blueprint name you want to use
|
|
|
|
|
|
|
|
# blueprint = my-blueprint-l2
|
|
|
|
# blueprint_interface = true
|