Class: Ansible::Ruby::Modules::Java_keystore

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

Overview

Create or delete a Java keystore in JKS format for a given certificate.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#certificateString?

Returns Certificate that should be used to create the key store.

Returns:

  • (String, nil)

    Certificate that should be used to create the key store.



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

attribute :certificate

#destString

Returns Absolute path where the jks should be generated.

Returns:

  • (String)

    Absolute path where the jks should be generated.



28
# File 'lib/ansible/ruby/modules/generated/system/java_keystore.rb', line 28

attribute :dest

#force:yes, ...

Returns Key store will be created even if it already exists.

Returns:

  • (:yes, :no, nil)

    Key store will be created even if it already exists.



41
# File 'lib/ansible/ruby/modules/generated/system/java_keystore.rb', line 41

attribute :force

#groupObject?

Returns Name of the group that should own jks file.

Returns:

  • (Object, nil)

    Name of the group that should own jks file.



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

attribute :group

#modeObject?

Returns Mode the file should be.

Returns:

  • (Object, nil)

    Mode the file should be.



38
# File 'lib/ansible/ruby/modules/generated/system/java_keystore.rb', line 38

attribute :mode

#nameString

Returns Name of the certificate.

Returns:

  • (String)

    Name of the certificate.



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

attribute :name

#ownerObject?

Returns Name of the user that should own jks file.

Returns:

  • (Object, nil)

    Name of the user that should own jks file.



32
# File 'lib/ansible/ruby/modules/generated/system/java_keystore.rb', line 32

attribute :owner

#passwordString?

Returns Password that should be used to secure the key store.

Returns:

  • (String, nil)

    Password that should be used to secure the key store.



24
# File 'lib/ansible/ruby/modules/generated/system/java_keystore.rb', line 24

attribute :password

#private_keyString?

Returns Private key that should be used to create the key store.

Returns:

  • (String, nil)

    Private key that should be used to create the key store.



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

attribute :private_key