telekom-mms / ansible-collection-acme

An Ansible collection for issuing certificates via the ACME protocol.
GNU General Public License v3.0
49 stars 8 forks source link

Add Azure blob storage provider #89

Closed avalor1 closed 1 year ago

avalor1 commented 1 year ago

Adds a http-challenge provider for Azure blob storage

rndmh3ro commented 1 year ago

We should also add the requirement of the azure-collection to the galaxy.yml:

dependencies:
  community.crypto: '>=1.0.0'
  openstack.cloud: '>=1.2.1'
  amazon.aws: '>=5.0.0'
  azure.azcollection: '>=1.14.0'
avalor1 commented 1 year ago

We should also add the requirement of the azure-collection to the galaxy.yml:

dependencies:
  community.crypto: '>=1.0.0'
  openstack.cloud: '>=1.2.1'
  amazon.aws: '>=5.0.0'
  azure.azcollection: '>=1.14.0'

Thank you for pointing that out. Done.