community.general/lib/ansible
Yanis Guenane f7f3f4b62c crypto: Add new module openssl_certificate (#28263)
This commit aims to add the openssl_certificate module.

This module allows a user to manage openssl certificates.
This module implement the notion of backend provider, making this module
extensible to anyone wish as long as a provider is coded for it.

The current three providers are the following:

  * selfsigned: Allows a user to self signed a certificate
  * acme: Allow a user to generate acme-based CA challenges certificate.
          (As of this writing this targets letsencrypt)
  * assertonly: Allow a user to assert the characteristic of her SSL
                certificate

Co-Authored-By: Markus Teufelberger <mteufelberger+ansible@mgit.at>
2017-08-22 19:40:24 +02:00
..
cli metadata 1.1 2017-08-15 23:12:08 -07:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Correct config manager deprecation warning 2017-08-17 10:24:42 -04:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor executor stats and task_executor pep8 error (#23651) 2017-08-18 08:55:48 -04:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
module_utils exoscale: similar env vars as in cloudstack 2017-08-22 14:43:48 +02:00
modules crypto: Add new module openssl_certificate (#28263) 2017-08-22 19:40:24 +02:00
parsing metadata 1.1 2017-08-15 23:12:08 -07:00
playbook Handle errors in jmespath in json_query better (#22109) 2017-08-17 17:16:35 -04:00
plugins Fix junos integration test failure (#28491) 2017-08-22 07:25:19 -04:00
template Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
utils exoscale: similar env vars as in cloudstack 2017-08-22 14:43:48 +02:00
vars optimize reserved names warning 2017-08-18 17:45:39 -04:00
__init__.py
constants.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00