Closed rukiaEnix closed 4 years ago
Files identified in the description:
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
cc @brunocalogero @dagwieers @jmcgill298 @schunduri click here for bot help
@rukiaEnix, just so you are aware we have a dedicated Working Group for network.
You can find other people interested in this in #ansible-network
on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community
@rukiaEnix The timeout parameter you are using is related to the HTTPS connectivity, and not related to the ACI object you are managing. https://docs.ansible.com/ansible/latest/modules/aci_interface_policy_port_security_module.html
The functionality you are looking for appears not to be implemented.
So this is not a bug report, but rather a feature request.
Thanks fot the quick answers, so the feature for timeout on the policy is something that could come in the future?
Yes, we can add it. You can also try to add it yourself, it's not that hard to do actually.
@rukiaEnix: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.
Here are the items we could not find in your description:
Please set the description of this issue with this template: https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE.md
cc @mtorelli @rsmeyers @smnmtzgr click here for bot help
cc @koladiya click here for bot help
cc @devarshishah3 @fadallar click here for bot help
cc @aciguru click here for bot help
@gundalow Can you close this ticket? Thanks!
SUMMARY
I was trying to use the aci_interface_policy_port_security module and I noticed that the timeout parameter is not working, I pass values different than 60 but the policy is always created with a timeout value of 60.
ISSUE TYPE
COMPONENT NAME
aci_interface_policy_port_security
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
CentOS Linux release 7.6.1810 (Core) Target device: CISCO Application Policy Infrastructure Controller Version: 2.3(1f) The playbook is launched with ansible-playbook command from a Rundeck job.
STEPS TO REPRODUCE
Contents of aci.yml is only the hostname, username and password for connection to the ACI device. The contents of policy.yml are:
EXPECTED RESULTS
To create an ACI interface port security policy with a timeout of 80 or any other value different than 60.
ACTUAL RESULTS
The ACI interface port security policy is always created with a timeout of 60, regardless of the value you choose/pass as parameter.