v0.01
This commit is contained in:
48
defaults/main.yml
Normal file
48
defaults/main.yml
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
# Certbot
|
||||
#
|
||||
# Ansible Role
|
||||
# Linux-Server-Admin.com
|
||||
|
||||
#
|
||||
# Default Variables for Certbot
|
||||
#
|
||||
|
||||
certbot_admin_email: root@localhost
|
||||
certbot_python: python3-certbot-nginx # python3-certbot-apache
|
||||
certbot_debug: false
|
||||
|
||||
certbot_vhosts: []
|
||||
# Example:
|
||||
# certbot_vhosts:
|
||||
# name: "domain.com"
|
||||
# documentroot: "/var/www/"
|
||||
# alias:
|
||||
# - ""
|
||||
|
||||
# Install certbot packages
|
||||
# certbot_install: true
|
||||
|
||||
# certbot_temp_dir: "/tmp/letsencrypt/"
|
||||
|
||||
#
|
||||
# Optional vars
|
||||
#
|
||||
|
||||
# Webserver
|
||||
# certbot_webserver: not defined by default # apache2 (or httpd for CentOS) or nginx
|
||||
# certbot_webserver_plugin_install: true
|
||||
|
||||
# FreeIPA Integration
|
||||
# certbot_freeipa: false
|
||||
# FreeIPA Domain for WebGUI, default is inventory_hostname
|
||||
# certbot_ipa_domain: "{{inventory_hostname}}"
|
||||
|
||||
|
||||
# Readme & Host Documentation
|
||||
# certbot_readme: false
|
||||
# certbot_readme_mode: "0640"
|
||||
# certbot_readme_path: "/etc/ansible/readme/"
|
||||
|
||||
# Certbot set facts
|
||||
# certbot_facts: false
|
||||
Reference in New Issue
Block a user