10 lines
261 B
Bash
10 lines
261 B
Bash
|
anta nrfu \
|
||
|
--username arista \
|
||
|
--password arista \
|
||
|
--inventory ./inventory.yml \
|
||
|
`# uncomment the next two lines if you have an enable password `\
|
||
|
`# --enable` \
|
||
|
`# --enable-password <password>` \
|
||
|
--catalog ./catalog.yml \
|
||
|
text
|