mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
ACI: Introduce port parameter (#35168)
* ACI: Introduce port parameter * Add port parameter to documentation
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user