New in version 2.7.
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
description |
The description of the credential type to give more detail about it.
|
|
injectors |
Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax.
|
|
inputs |
Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax.
|
|
kind |
|
The type of credential type being added. Note that only cloud and net can be used for creating credential types. Refer to the Ansible for more information.
|
name
required |
The name of the credential type.
|
|
state |
|
Desired state of the resource.
|
tower_config_file |
Path to the Tower config file. See notes.
|
|
tower_host |
URL to your Tower instance.
|
|
tower_password |
Password for your Tower instance.
|
|
tower_username |
Username for your Tower instance.
|
|
tower_verify_ssl
bool |
|
Tower option to avoid certificates check.
|
Note
- tower_credential_type:
name: Nexus
description: Credentials type for Nexus
kind: cloud
inputs: "{{ lookup('file', 'tower_credential_inputs_nexus.json') }}"
injectors: {'extra_vars': {'nexus_credential': 'test' }}
state: present
tower_verify_ssl: false
- tower_credential_type:
name: Nexus
state: absent
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.