Adding module which allows to complete certificate chains (#44169)

* Adding certificate_complete_chain module.

* Avoid code smell errors.

* Removing input_chain_src.

* Make sure line ending is there.
This commit is contained in:
Felix Fontein 2018-08-23 23:18:36 +02:00 committed by René Moser
commit 0e6234ab04
20 changed files with 4629 additions and 0 deletions

View file

@ -22,6 +22,7 @@ def main():
'lib/ansible/modules/web_infrastructure/ansible_tower/tower_group.py',
'lib/ansible/modules/web_infrastructure/jenkins_plugin.py',
'lib/ansible/modules/cloud/vmware/vmware_deploy_ovf.py',
'lib/ansible/modules/crypto/certificate_complete_chain.py', # would need something like type=list(path)
# fix uses of expanduser in the following modules and remove them from the following list
'lib/ansible/modules/cloud/rackspace/rax.py',
'lib/ansible/modules/cloud/rackspace/rax_scaling_group.py',