Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-certbot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
ansible-certbot
Merge requests
!2
feat: dns challenge
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: dns challenge
dns
into
main
Overview
0
Commits
1
Pipelines
2
Changes
17
Merged
Ghost User
requested to merge
dns
into
main
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
17
Expand
0
0
Merge request reports
Compare
main
version 1
b3d8e46b
2 years ago
main (base)
and
latest version
latest version
db7cde02
1 commit,
2 years ago
version 1
b3d8e46b
1 commit,
2 years ago
17 files
+
218
−
62
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
defaults/main.yml
+
13
−
2
Options
---
---
# certbot settings
# certbot settings
certbot_dns_challenge
:
false
# default use webserver, true to obtain certificate using dns challenge
certbot_lego_version
:
"
4.11.0"
# lego version - Let's Encrypt client
certbot_dns_provider
:
"
designate"
# list of available providers https://go-acme.github.io/lego/dns/
dns_provider_auth_env_variables
:
# variables required to authenticate dns provider
OS_AUTH_URL
:
"
https://openstack.example.org"
OS_REGION_NAME
:
"
RegionOne"
OS_AUTH_TYP
:
"
v3applicationcredential"
# default is to use application credential rather than password
OS_APPLICATION_CREDENTIAL_ID
:
"
{{
vault_os_application_credential_id
}}"
OS_APPLICATION_CREDENTIAL_SECRET
:
"
{{
vault_os_application_credential_secret
}}"
certbot_fqdn
:
certbot_fqdn
:
-
example.de
-
example.de
certbot_admin_email
:
"
admin@example.de"
certbot_admin_email
:
"
admin@example.de"
# certbot_webroot: "/var/www/example" # if undefined use --standalone
# certbot_webroot: "/var/www/example"
# if undefined use --standalone
# application settings
# application settings
# certbot_application: "example" # if defined copy certs to application dir and setup deploy hooks
# certbot_application: "example"
# if defined copy certs to application dir and setup deploy hooks
certbot_application_dir
:
"
/etc/{{
certbot_application
}}"
certbot_application_dir
:
"
/etc/{{
certbot_application
}}"
certbot_application_deploy_hook
:
|
certbot_application_deploy_hook
:
|
#!/bin/sh
#!/bin/sh
Loading