You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/modules/crypto
Alexandre Mulatinho 5b3526535c luks_device.py: allows user explicity define luks format version (#61812)
* luks_device.py: allow the user create LUKS based on specific versions

- Allow user pass an option 'type' that explicits define the version of LUKS
  container that will be created. It should be 'luks1' or 'luks2' format.
- If 'label' option is defined the 'type' option will be 'luks2' independently
  of the option 'type' informed by user. (labels NEED luks2 format)

Fixes: #58973
Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>

* added the changelog fragment

Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>

* luks_device.py: make it fail in certain conditions

- Not allow user especify luks1 type and label at the same playbook

Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
5 years ago
..
acme fix typos in modules (#62135) 5 years ago
entrust Fixes to ecs_certificate cert chain for #61738 (#61858) 5 years ago
__init__.py Relocating extras into lib/ansible/modules/ after merge 8 years ago
certificate_complete_chain.py crypto modules: fix sanity errors (#60046) 5 years ago
get_certificate.py openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
luks_device.py luks_device.py: allows user explicity define luks format version (#61812) 5 years ago
openssh_cert.py fix typos in modules (#62135) 5 years ago
openssh_keypair.py openssh_keypair: make sure public key has same permissions as private key (#61658) 5 years ago
openssl_certificate.py openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_certificate_info.py openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_csr.py fix typos in modules (#62135) 5 years ago
openssl_csr_info.py fix typos in modules (#62135) 5 years ago
openssl_dhparam.py openssl_*: add backup option (#54294) 5 years ago
openssl_pkcs12.py fix typos in modules (#62135) 5 years ago
openssl_privatekey.py openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_privatekey_info.py openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago
openssl_publickey.py openssl_*: deprecate PyOpenSSL backends (#59907) 5 years ago