aruba / aruba-switch-ansible

**Deprecated Repository** for ArubaOS-switch and ArubaOS-CX
Apache License 2.0
58 stars 25 forks source link

Problem running script against lots of switches #13

Closed t385f559 closed 5 years ago

t385f559 commented 5 years ago

Hello, I am building this program out for an enterprise network. It appears that the maximum number of switches that I can put in a branch#_switches is 5, over 5, the script based on arubaoss_tasks_config_example.yml fails. I would like to run this on over a hundred switches in one run. I am not sure of the best way to structure my inventory to accomplish this, do you have any ideas?

rajani-abraham commented 5 years ago

Can you please paste the error here?

t385f559 commented 5 years ago

I reconfigured my setup so that each branch contains no more than 5 switches. Then I run a command for each branch, and I use the semicolon in Linux bash to paste a bunch of commands at once. This has allowed me to be able to hit all of the switches in one go. I don't want to redo my setup just to get the error message, but if you want to try to replicate it, run a branch with 10 switches in it with maximum verbosity. I think this should give you the error it gave me.