Class: Ansible::Ruby::Modules::Java_cert

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/java_cert.rb

Overview

This is a wrapper module around keytool. Which can be used to import/remove certificates from a given java keystore.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#cert_aliasString?



23
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 23

attribute :cert_alias

#cert_pathObject?



20
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 20

attribute :cert_path

#cert_portInteger?



16
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 16

attribute :cert_port

#cert_urlString?



12
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 12

attribute :cert_url

#executableString?



51
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 51

attribute :executable

#keystore_createBoolean?



47
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 47

attribute :keystore_create

#keystore_passString



43
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 43

attribute :keystore_pass

#keystore_pathString?



39
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 39

attribute :keystore_path

#pkcs12_aliasInteger?



35
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 35

attribute :pkcs12_alias

#pkcs12_passwordString?



31
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 31

attribute :pkcs12_password

#pkcs12_pathString?



27
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 27

attribute :pkcs12_path

#state:absent, ...



55
# File 'lib/ansible/ruby/modules/generated/system/java_cert.rb', line 55

attribute :state