File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11# Variables for s3 http-challenge
22
3- | Variable | Required | Default | Description
4- |-----------------------|----------|-----------|------------
5- | acme_s3_bucket_name | yes | | name of the s3 bucket which should be used
6- | acme_s3_access_key | yes | | aws access key for API user of s3 bucket
7- | acme_s3_secret_key | yes | | aws secret key for API user of s3 bucket
8- | acme_s3_config_region | no | us-west-1 | aws s3 region in which bucket can be found
3+ | Variable | Required | Default | Description
4+ |-------------------------------|----------|-----------|------------
5+ | acme_s3_bucket_name | yes | | name of the s3 bucket which should be used
6+ | acme_s3_access_key | yes | | aws access key for API user of s3 bucket
7+ | acme_s3_secret_key | yes | | aws secret key for API user of s3 bucket
8+ | acme_s3_config_region | no | us-west-1 | aws s3 region in which bucket can be found
9+ | acme_s3_install_prerequisites | no | true | install python-boto3 as prerequisite for s3 challenge file upload
910
1011## Validation
1112
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ acme_remaining_days: "30"
1919
2020# ## provider specific config
2121acme_s3_config_region : eu-west-1
22+ acme_s3_install_prerequisites : true
2223acme_local_validation_path : /var/www/html
2324acme_azure_purge_state : absent
Original file line number Diff line number Diff line change 66 - python-boto3
77 state : present
88 use : " {{ acme_prerequisites_packagemanager }}"
9+ when :
10+ - acme_s3_install_prerequisites | bool
911
1012- name : Validate challenge only if it is created or changed # noqa no-handler
1113 when : acme_challenge is changed
You can’t perform that action at this time.
0 commit comments