mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
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:
parent
72d4880b85
commit
0e6234ab04
20 changed files with 4629 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue