---
- hosts: asa
connection: cli
vars:
cli:
host: 192.168.1.1
username: cisco
password: cisco123
transport: cli
authorize: yes
auth_pass: cisco
tasks:
-
name: restricting google
- asa_acl:
lines:
- access-list ACL-OUTSIDE extended deny tcp
any host 8.8.8.8 eq 80
context: cisco
provider: "{{ cli }}"
No comments:
Post a Comment