Ansible Cisco NDFC Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 02:16 AM
I'm attempting to use Ansible to automate Cisco NXOS switches that are controlled via Nexus Dashboard (NDFC). I want to know whether there are any Ansible modules that can be used to send configuration updates to the switches through NDFC. Please let me know whether Ansible can be used to automate those kinds of procedures.
- Labels:
-
Other Switches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 07:26 AM
- Checkout these resources :
https://developer.cisco.com/docs/nexus-as-code/nx-os-with-ansible/
https://docs.ansible.com/ansible/latest/collections/cisco/nxos/index.html
https://github.com/CiscoDevNet/ansible-nd
M.
-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 11:56 PM
I appreciate your reply. I'm trying to find an Ansible playbook that can run commands on an NXOS switch via NDFC. Basically, my playbook makes freeform templates that can run commands. My goal is to use NDFC to update the password for the admin user account on the NXOS switch by using ansible.
