mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
asa_config doc attach acl to interface (#41253)
+label: docsite_pr Issue ansible/community#311
This commit is contained in:
committed by
ansibot
parent
1a11cecaef
commit
d3fb958a06
@@ -162,6 +162,12 @@ vars:
|
||||
passwords: yes
|
||||
provider: "{{ cli }}"
|
||||
|
||||
- name: attach ASA acl on interface vlan13/nameif cloud13
|
||||
asa_config:
|
||||
lines:
|
||||
- access-group cloud-acl_access_in in interface cloud13
|
||||
provider: "{{ cli }}"
|
||||
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
||||
Reference in New Issue
Block a user