Difference between revisions of "Ansible"

From RiceFamily Wiki
Jump to: navigation, search
(Modules)
(Networking)
Line 21: Line 21:
 
* [https://docs.ansible.com/ansible/latest/modules/ios_config_module.html Cisco iOS Config Module]
 
* [https://docs.ansible.com/ansible/latest/modules/ios_config_module.html Cisco iOS Config Module]
 
* [https://www.youtube.com/playlist?list=PLOocymQm7YWbrBP_UWeA4CGmsTKqj-OWL YouTube Playlist - Ansible Learning For Network Engineers : Network Automation tutorial with Cisco Examples]
 
* [https://www.youtube.com/playlist?list=PLOocymQm7YWbrBP_UWeA4CGmsTKqj-OWL YouTube Playlist - Ansible Learning For Network Engineers : Network Automation tutorial with Cisco Examples]
 +
* [https://www.youtube.com/watch?v=xw4IinFGVzA Ansible Playbooks for Cisco Network Automation!]
 +
* [https://www.youtube.com/watch?v=w8Sf3rXncs0 Ansible Playbook Example to Backup Cisco Router or Switch Config]
 +
* [https://www.ansible.com/integrations/networks/cisco Cisco and Ansible]
 +
* [https://developer.cisco.com/automation-ansible/ Get started with Ansible and Cisco] (DEVELOPER.CISCO.COM)
 +
* [https://github.com/colin-mccarthy/ansible-playbooks-for-cisco-ios Colin McCarthy Ansible Playbooks for Cisco iOS]
  
 
= Tools =
 
= Tools =

Revision as of 16:48, 23 September 2020

Overview

The Linux Group started using Ansible when an Automation Initiative was started at work. They initially used it to automate a Server Build process for new Linux hosts. After a time, it was extended to the Windows Server Build process.

We are now looking at it to allow the Networking team to automate the upgrade processes on some of the network devices that are not supported by DNA-C.

While we are at it, my manager wants me to look at how Ansible can be used to replace BigFix since HCL has been playing games with our Licenses and it looks like we might be moving off BigFix in the near future.

Tutorials

Documentation

Modules

General

Networking

Tools