Skip to content

Instantly share code, notes, and snippets.

@thefinn93
Created May 3, 2016 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thefinn93/6960275300a3575ca24f85bb6331d77e to your computer and use it in GitHub Desktop.
Save thefinn93/6960275300a3575ca24f85bb6331d77e to your computer and use it in GitHub Desktop.
---
# Playbook for SeaGL webserver
- hosts: all
roles:
- base
- tools
- security
- server
- role: letsencrypt
letsencrypt_webroot_path: /var/www/html
letsencrypt_email: admin@seagl.org
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