community.network.iap_token – Get token for the Itential Automation Platform¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.iap_token
.
Parameters¶
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 | Returned | Description |
---|---|---|
token
string
|
always |
The token acquired from the Itential Automation Platform
|
Authors¶
Itential (@cma0) <opensource@itential.com>