Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colin-mccarthy/ansible-playbooks-for-cisco-ios
🚀⚡️ Ansible playbook examples for Cisco IOS devices 🔥
https://github.com/colin-mccarthy/ansible-playbooks-for-cisco-ios
ansible-playbooks cisco ios network network-automation
Last synced: 3 months ago
JSON representation
🚀⚡️ Ansible playbook examples for Cisco IOS devices 🔥
- Host: GitHub
- URL: https://github.com/colin-mccarthy/ansible-playbooks-for-cisco-ios
- Owner: colin-mccarthy
- Created: 2016-05-21T19:58:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T01:52:14.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T19:39:52.413Z (6 months ago)
- Topics: ansible-playbooks, cisco, ios, network, network-automation
- Homepage:
- Size: 273 KB
- Stars: 135
- Watchers: 24
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: audit_configs/192.168.161.15_config.2018-02-17@16:28:05
Awesome Lists containing this project
README
# Ansible-Playbooks-for-Cisco-IOS
Mission:
Ansible-Playbooks-for-Cisco-IOS is a repository of Ansible Playbooks for Cisco IOS devices.
To use, download the .zip and extract the contents or clone the repository by typing
```git clone https://github.com/colin-mccarthy/ansible-playbooks-for-cisco-ios.git```
Your host vars should look something like this if you're using Ansible >= 2.5
```yaml
ansible_pass=foo
ansible_user=foo
ansible_network_os=ios
ansible_connection=network_cli# If using an enable password add these
ansible_become_pass=foo
ansible_become=yes
ansible_become_method=enable```
Here is a link to a blog explaining the changes that took place for Ansible 2.5
https://www.ansible.com/blog/coming-soon-networking-features-in-ansible-2.5