Class: Ansible::Ruby::Modules::Openssl_publickey

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb

Overview

This module allows one to (re)generate OpenSSL public keys from their private keys. It uses the pyOpenSSL python library to interact with openssl. Keys are generated in PEM format. This module works only if the version of PyOpenSSL is recent enough (> 16.0.0).

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

#forceSymbol?



16
# File 'lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb', line 16

attribute :force

#format:PEM, ...



20
# File 'lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb', line 20

attribute :format

#pathString



24
# File 'lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb', line 24

attribute :path

#privatekey_passphraseString?



32
# File 'lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb', line 32

attribute :privatekey_passphrase

#privatekey_pathString



28
# File 'lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb', line 28

attribute :privatekey_path

#state:present, ...



12
# File 'lib/ansible/ruby/modules/generated/crypto/openssl_publickey.rb', line 12

attribute :state