community.network.iap_token module – Get token for the Itential Automation Platform
Note
This module is part of the community.network collection (version 5.0.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.iap_token
.
Synopsis
Checks the connection to IAP and retrieves a login token.
Aliases: network.itential.iap_token
Parameters
Parameter |
Comments |
---|---|
Use HTTPS to connect By default using http Choices:
|
|
Provide the fqdn or ip-address for the Itential Automation Platform |
|
Provide the port number for the Itential Automation Platform |
|
Provide the password for the Itential Automation Platform |
|
Provide the username for the Itential Automation Platform |
|
If Choices:
|
Examples
- name: Get token for the Itential Automation Platform
community.network.iap_token:
iap_port: 3000
iap_fqdn: localhost
username: myusername
password: mypass
register: result
- ansible.builtin.debug: var=result.token
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
The token acquired from the Itential Automation Platform Returned: always |