Created
May 3, 2016 06:21
-
-
Save thefinn93/6960275300a3575ca24f85bb6331d77e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Playbook for SeaGL webserver | |
- hosts: all | |
roles: | |
- base | |
- tools | |
- security | |
- server | |
- role: letsencrypt | |
letsencrypt_webroot_path: /var/www/html | |
letsencrypt_email: [email protected] | |
letsencrypt_cert_domains: | |
- osem.seagl.org | |
letsencrypt_renewal_command_args: '--renew-hook "systemctl restart nginx"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment