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 | Path to the Tower config file. | |
tower_host string | URL to your Tower instance. | |
tower_password string | Password for your Tower instance. | |
tower_username string | Username for your Tower instance. | |
validate_certs boolean |
| Tower option to avoid certificates check. aliases: tower_verify_ssl |
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 validate_certs: false - tower_credential_type: name: Nexus state: absent
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.9/modules/tower_credential_type_module.html