ACI: Introduce port parameter (#35168)

* ACI: Introduce port parameter

* Add port parameter to documentation
This commit is contained in:
Dag Wieers
2018-01-22 12:44:02 +01:00
committed by GitHub
parent 46e53f90a7
commit 39aad91c5c
2 changed files with 24 additions and 4 deletions

View File

@@ -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.