Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T18:53:27.000Z (almost 7 years ago)
- Last Synced: 2024-12-19T00:41:10.810Z (about 2 months 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: localroles:
- { 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