Questions tagged [ansible]
For questions about the software Ansible, where it is an open-source software provisioning, configuration management, and application deployment tool typically used for network equipment and solutions. This tag should only be used in relation to on topic network equipment.
6 questions
2
votes
2
answers
445
views
Difference between SDN and Network Automation
What is the difference between Software-Defined Networking and Network Automation?
If you are managing your routers and switches using tools like Puppet or Ansible, or by using bash scripts or python ...
-1
votes
1
answer
267
views
How To get active vpn(site tot site) count from cisco FTD using ansible
I have been trying to get active VPN count from FTD firewalls using ansible, I tried the same on ASA and it have been running successfully. But when comes to FTD ansible, As it uses httpapi instead of ...
1
vote
2
answers
471
views
ansible addition operation of content from stdout of each hosts
I'm trying to get a VPN count from asa firewall. I'm using
show vpn-sessiondb summary | i *vpn name
and store the result in a file. I have 5 hosts, each host will return a string like below. and I'll ...
0
votes
1
answer
335
views
how to connect to Dell N1548P with ansible
I could not find ansible module specific to dell switches yet. Existing modules mostly refer to dell emc products.
Thanks
1
vote
2
answers
164
views
Ansible doesn't return valid information
I am new in Ansible and wondering why I am getting invalid results. Here is the short script which should return an inventory informations like SN, model, SW version and name.
---
- name: Cisco ...
2
votes
1
answer
1k
views
nxos ansible playbook to configure interface
Last few days i am playing with cisco nexus switch to deploy config using nxos ansible modules to make it automate.
I am running n3000-uk9-kickstart.6.0.2.U6.6.bin software and here is my playbook ...