Class: Ansible::Ruby::Modules::Tower_credential
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Tower_credential
- Defined in:
- lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb
Overview
Create, update, or destroy Ansible Tower credentials. See U(www.ansible.com/tower) for an overview.
Instance Method Summary collapse
-
#authorize ⇒ :yes, ...
Should use authorize for net type.
-
#authorize_password ⇒ Object?
Password for net credentials that require authorize.
-
#become_method ⇒ :None, ...
Become method to Use for privledge escalation.
-
#become_password ⇒ Object?
Become password.
-
#become_username ⇒ Object?
Become username.
-
#client ⇒ Object?
Client or application ID for azure_rm type.
-
#description ⇒ String?
The description to use for the credential.
-
#domain ⇒ Object?
Domain for openstack type.
-
#host ⇒ Object?
Host for this credential.
-
#kind ⇒ :ssh, ...
Type of credential being added.
-
#name ⇒ String
The name to use for the credential.
-
#organization ⇒ String?
Organization that should own the credential.
-
#password ⇒ Object?
Password for this credential.
-
#project ⇒ Object?
Project that should for this credential.
-
#secret ⇒ Object?
Secret token for azure_rm type.
-
#security_token ⇒ Object?
STS token for aws type.
-
#ssh_key_data ⇒ Object?
Path to SSH private key.
-
#ssh_key_unlock ⇒ Object?
Unlock password for ssh_key.
-
#state ⇒ :present, ...
Desired state of the resource.
-
#subscription ⇒ Object?
Subscription ID for azure_rm type.
-
#team ⇒ Object?
Team that should own this credential.
-
#tenant ⇒ Object?
Tenant ID for azure_rm type.
-
#user ⇒ Object?
User that should own this credential.
-
#username ⇒ Object?
Username for this credential.
-
#vault_password ⇒ Object?
Vault password.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#authorize ⇒ :yes, ...
52 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 52 attribute :authorize |
#authorize_password ⇒ Object?
56 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 56 attribute :authorize_password |
#become_method ⇒ :None, ...
77 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 77 attribute :become_method |
#become_password ⇒ Object?
84 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 84 attribute :become_password |
#become_username ⇒ Object?
81 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 81 attribute :become_username |
#client ⇒ Object?
59 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 59 attribute :client |
#description ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 16 attribute :description |
#domain ⇒ Object?
74 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 74 attribute :domain |
#host ⇒ Object?
37 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 37 attribute :host |
#kind ⇒ :ssh, ...
33 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 33 attribute :kind |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 12 attribute :name |
#organization ⇒ String?
29 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 29 attribute :organization |
#password ⇒ Object?
43 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 43 attribute :password |
#project ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 26 attribute :project |
#secret ⇒ Object?
65 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 65 attribute :secret |
#security_token ⇒ Object?
62 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 62 attribute :security_token |
#ssh_key_data ⇒ Object?
46 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 46 attribute :ssh_key_data |
#ssh_key_unlock ⇒ Object?
49 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 49 attribute :ssh_key_unlock |
#state ⇒ :present, ...
90 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 90 attribute :state |
#subscription ⇒ Object?
68 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 68 attribute :subscription |
#team ⇒ Object?
23 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 23 attribute :team |
#tenant ⇒ Object?
71 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 71 attribute :tenant |
#user ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 20 attribute :user |
#username ⇒ Object?
40 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 40 attribute :username |
#vault_password ⇒ Object?
87 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential.rb', line 87 attribute :vault_password |