community.general/lib/ansible/modules
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
..
cloud Rename s3 module to aws_s3. Update CHANGELOG.md. (#28398) 2017-08-22 11:17:20 -04:00
clustering Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
commands Update metadata to 1.1 2017-08-15 23:12:08 -07:00
crypto crypto: Add new module openssl_certificate (#28263) 2017-08-22 19:40:24 +02:00
database Fix `postgresql_user` module to treat quoted identifier well, Fixes #18937 (#18938) 2017-08-17 12:40:24 -04:00
files Update xattr.py (#28458) 2017-08-22 11:45:41 -04:00
identity Update metadata to 1.1 2017-08-15 23:12:08 -07:00
inventory Update metadata to 1.1 2017-08-15 23:12:08 -07:00
messaging Update metadata to 1.1 2017-08-15 23:12:08 -07:00
monitoring Correct mute function in datadog_monitor (#19662) 2017-08-22 09:38:07 -04:00
net_tools exoscale: similar env vars as in cloudstack 2017-08-22 14:43:48 +02:00
network nxos_bgp_neighbor_af fix problem with advertise-map properties (#28413) 2017-08-21 15:28:02 -04:00
notification Fix metadata in syslogger module. 2017-08-21 13:14:55 -04:00
packaging openbsd_pkg: Fix when failed, PEP8-compliant (#26018) 2017-08-17 18:20:02 -04:00
remote_management Allow a miq token as an argument passed into the ManageIQ Python API Client (#28088) 2017-08-18 16:25:09 -04:00
source_control Don't remove comment from public key, and improve error message for duplicate keys (github_key) (#22282) 2017-08-17 15:38:39 -04:00
storage Fix typo created in PR28485 (#28509) 2017-08-22 17:43:14 +02:00
system bug: lvol fail when LV already exists (#23635) 2017-08-22 10:47:56 -04:00
utilities Update metadata to 1.1 2017-08-15 23:12:08 -07:00
web_infrastructure Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
windows Fix booleans in win_psexec documentation 2017-08-21 19:58:17 +02:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00