cisco.asa icon indicating copy to clipboard operation
cisco.asa copied to clipboard

Ansible Security Collection for Cisco ASA

Results 31 cisco.asa issues
Sort by recently updated
recently updated
newest added

##### SUMMARY Return value "ansible_net_model" is absent when requesting ASA facts via CISCO ASA Ansible Collection. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME cisco.asa.asa_facts – Collect facts from...

Based on the [community decision](https://github.com/ansible-community/community-topics/discussions/120) to use `true/false` for boolean values in documentation and examples, we ask that you evaluate booleans in this collection and consider changing any that do...

##### SUMMARY Added a switch to toggle the sort function. Before always all groups from state 'gathered' got sorted. Now you can toggle it. It is useful when you want...

##### SUMMARY In AWX 17.1.0 when using the cisco.asa.asa_acls module I get error: TASK [ASA_ROLE : ACLTEST 2] **************************************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (cisco.asa.asa_acls)...

##### SUMMARY Since the `cisco.asa.asa_config` module backup is downloading the backup to localmachine, we are using the `cisco.asa.asa_command` module and run arbitrary commands to take the backup directly to the...

##### SUMMARY When the objcet_groups are getting sorted while parsing the running configuration into a json, then it will lead to problems. While trying to use the parsed json to...

##### SUMMARY Getting a TypeError while running asa_facts with the following call: ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME cisco.asa.asa_facts ##### ANSIBLE VERSION ``` ansible-playbook 2.10.17 config file...

Fixes asa_acls to add the support for network object under source/destination option Fix parsing for zero compressed IPv6 addresses ##### SUMMARY Add support for network object as src/dst option Fixing...

##### SUMMARY When trying to run cisco.asa.asa_ogs, I constantly get the following error, `msg: 'argument start is of type found in ''config -> object_groups -> services_object -> destination_port -> range''....

##### SUMMARY We are trying to run show tech-support via ansible. We are using the cisco.asa.asa_command module, but receive an error. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME...