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
commit 39aad91c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.