mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
ACI: Introduce port parameter (#35168)
* ACI: Introduce port parameter * Add port parameter to documentation
This commit is contained in:
parent
46e53f90a7
commit
39aad91c5c
2 changed files with 24 additions and 4 deletions
|
@ -28,6 +28,11 @@ options:
|
|||
- IP Address or hostname of APIC resolvable by Ansible control host.
|
||||
required: yes
|
||||
aliases: [ host ]
|
||||
port:
|
||||
description:
|
||||
- Port number to be used for REST connection.
|
||||
default: 443 (for https) and 80 (for http)
|
||||
type: int
|
||||
username:
|
||||
description:
|
||||
- The username to use for authentication.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue