1# Ansible Apstra AOS external inventory script settings
2#  Dynamic Inventory script parameter can be provided using this file
3#  Or by using Environment Variables:
4#    - AOS_SERVER, AOS_PORT, AOS_USERNAME, AOS_PASSWORD, AOS_BLUEPRINT
5#
6#  This file takes precedence over the Environment Variables
7#
8
9[aos]
10
11# aos_server = 172.20.62.3
12# port = 8888
13# username = admin
14# password = admin
15
16## Blueprint Mode
17# to use the inventory in mode Blueprint, you need to define the blueprint name you want to use
18
19# blueprint = my-blueprint-l2
20# blueprint_interface = true
21