mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
correct openssl rsa to genrsa in acme doc fragment (#54744)
* correct openssl rsa to genrsa in acme doc fragment * acme_certificate.py - updated route53 example to include wait: yes
This commit is contained in:
committed by
John R Barker
parent
b11f48e645
commit
c11af3dbef
@@ -266,6 +266,7 @@ EXAMPLES = r'''
|
||||
# type: TXT
|
||||
# ttl: 60
|
||||
# state: present
|
||||
# wait: yes
|
||||
# # Note: route53 requires TXT entries to be enclosed in quotes
|
||||
# value: "{{ sample_com_challenge.challenge_data['sample.com']['dns-01'].resource_value | regex_replace('^(.*)$', '\"\\1\"') }}"
|
||||
# when: sample_com_challenge is changed
|
||||
@@ -278,6 +279,7 @@ EXAMPLES = r'''
|
||||
# type: TXT
|
||||
# ttl: 60
|
||||
# state: present
|
||||
# wait: yes
|
||||
# # Note: item.value is a list of TXT entries, and route53
|
||||
# # requires every entry to be enclosed in quotes
|
||||
# value: "{{ item.value | map('regex_replace', '^(.*)$', '\"\\1\"' ) | list }}"
|
||||
|
||||
Reference in New Issue
Block a user