https://github.com/techdad/ansible-role-cisco-ios-acl
Ansible Role: Cisco IOS ACL management
https://github.com/techdad/ansible-role-cisco-ios-acl
acl ansible ansible-role cisco
Last synced: about 1 month ago
JSON representation
Ansible Role: Cisco IOS ACL management
- Host: GitHub
- URL: https://github.com/techdad/ansible-role-cisco-ios-acl
- Owner: techdad
- License: apache-2.0
- Created: 2018-02-23T10:39:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T18:53:27.000Z (over 8 years ago)
- Last Synced: 2025-01-13T12:40:22.465Z (over 1 year ago)
- Topics: acl, ansible, ansible-role, cisco
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Cisco IOS ACLs
An Ansible role to apply extended ACLs to interfaces on a Cisco IOS device.
This role is intended only to manage Cisco IOS extended access control lists, not an entire configuration.
The primary use case it's initially developed for is to manage ACLs applicable to vlan SVI interfaces on L3 switches and/or physical router interfaces. It supports creating and updating the ACLs, but may not initially support applying them to the relevant interface(s).
## Role Variables
TBD
## Example Playbook
TBD...
---
- hosts: [ "ios-devices" ]
gather_facts: no
connection: local
roles:
- { role: cisco-ios-acl, tags: ['cisco', 'acl'] }
vars:
cisco_userid: "some_userid"
cisco_passwd: "the_users_password"
cisco_enable: "the_enable_secret"
## License
Apache 2.0
## Author Information
Daniel Shaw