Ansible for Networking Workshop
Fundamentals
Link | Description |
---|---|
Ansible for Networking Documentation | The landing page for navigating Ansible for Networking docs. |
Network Resource Modules | Ansible network resource modules simplify and standardize how you manage different network devices. Network devices separate configuration into sections (such as interfaces and VLANs) that apply to a network service. Ansible network resource modules take advantage of this to allow you to configure subsections or resources within the network device configuration. Network resource modules provide a consistent experience across different network devices. |
ansible.netcommon | Ansible Collection with common content to help automate the management of network, security, and cloud devices. |
Instruqt Labs
Link | Description |
---|---|
First Playbook | Learn the basics of Ansible for network automation with ansible-navigator |
Network Facts | Learn about retrieving facts about IOS XE devices |
Resource Modules | Learn how to use network resource modules to standardize your network automation playbooks |
Surveys | Create a survey in Ansible Controller to configure Cisco network devices. |
General
Link | Description |
---|---|
Ansible on YouTube | YouTube Channel ran by the Ansible BU with countless tutorials |
Zach's Blog | My blog focused primarily on challenges that I help customers solve with Ansible |
Zach on YouTube | My YouTube channel with videos to accompany blog posts on Autodotes |
Demo Source Code
Type | Link | Description |
---|---|---|
README | Network Git Backup and Restore | Documentation for the Git Backup and Restore demo. Links to the various playbooks used can be found in the documentation. |
Repository | Network Configs | Repository containing the backups using Ansible's common data model, as well as golden configs for the configuration-as-code use case. See the backups and configs folder. |