staros-module for Cisco StarOS devices management
No specific requirements are used
Maybe variables will be used later
Depends on basic network_cli connection
- connection: network_cli
hosts: saegwtest
gather_facts: false
roles:
- role: staros-module
- name: ensure that test.acl in saegw context contains 'redirect css service CSS any' string
staros_config:
diff_ignore_lines:
- .*encrypted key.*
- .*ssh key.*
commands:
- redirect css service CSS any
parents:
- config
- context saegw
- ip access-list test.acl
BSD