cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1476
Views
0
Helpful
1
Replies

Devnet for Voice infrastructure/Voice Gateway

Ishan Sambhi
Cisco Employee
Cisco Employee

Hi Team,

 

My customer has a question around being able to automate configuration of CUBE's. They deploy CUBEs in mass and want to be able push configuration to the CUBE routers(mainly ISR 4k -> CAT 8K) using Ansible.

Any experience around this?

Thanks,

Ishan

1 Reply 1

Alex Stevenson
Cisco Employee
Cisco Employee

 

Hello @Ishan Sambhi,

 

I noticed the website DevOps Cube had a recent article this month titled 19 DevOps Tools for Infrastructure Automation and Monitoring (https://devopscube.com/devops-tools-for-infrastructure-automation/). Ansible is #3 on their list and they specifically mention Ansible Galaxy as a place to find all community playbooks from Ansible. From there, I found the following:

 

Ionoscloud : The Ansible module of the Ionos Cloud API ( https://galaxy.ansible.com/ionoscloudsdk/ionoscloud).

 

After installing, make sure to check out the Ansible model for IonosCloud API on GitHub (https://github.com/ionos-cloud/module-ansible)

 

Hope this helps!