asa_config doc attach acl to interface (#41253)
+label: docsite_pr Issue ansible/community#311
This commit is contained in:
parent
1a11cecaef
commit
d3fb958a06
1 changed files with 6 additions and 0 deletions
|
@ -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 = """
|
||||
|
|
Loading…
Reference in a new issue