need bash or python script
Budget: $10 – $30 USD
Current manual task:
1. ssh login to given zonal jumpbox e.g. IADjumpbox:
2. create csv using vi
host_id,zone
987654,IAD12
3. Run the given script with input of above csv.
exit
then next, login to pdx jumpbox ..continue and next
So the automation ask here is to avoid login to each zonal jump box manually and run script. So expectation is as below:
1. there is a .csv file containing, host id and zone
e.g.
host_id,zone
987654,IAD12
123456,PDX4
456789,WES3
2. The script should pickup the jump box from above file, ssh login to each jump server for these zone e.g. pdxjump, iadjump etc.
3. and then run given script from each those jump server for matched zonal entry in csv and exit and continue to next.
Hope I am not confusing. Reach out if any questions.
Note: there is password-less authentication already in place so we should be good about ssh login.
1. ssh login to given zonal jumpbox e.g. IADjumpbox:
2. create csv using vi
host_id,zone
987654,IAD12
3. Run the given script with input of above csv.
exit
then next, login to pdx jumpbox ..continue and next
So the automation ask here is to avoid login to each zonal jump box manually and run script. So expectation is as below:
1. there is a .csv file containing, host id and zone
e.g.
host_id,zone
987654,IAD12
123456,PDX4
456789,WES3
2. The script should pickup the jump box from above file, ssh login to each jump server for these zone e.g. pdxjump, iadjump etc.
3. and then run given script from each those jump server for matched zonal entry in csv and exit and continue to next.
Hope I am not confusing. Reach out if any questions.
Note: there is password-less authentication already in place so we should be good about ssh login.