iap_token – Get token for the Itential Automation Platform¶
New in version 2.8.
Parameters¶
Examples¶
- name: Get token for the Itential Automation Platform
  iap_token:
    iap_port: 3000
    iap_fqdn: localhost
    username: myusername
    password: mypass
  register: result
- 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 | 
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Itential (@cma0) <opensource@itential.com>
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
