Skip to content

Instantly share code, notes, and snippets.

@nicgirault
nicgirault / hosts
Last active November 6, 2020 07:33 — forked from mattiaslundberg/Ansible Let's Encrypt Nginx setup
Let's Encrypt Nginx setup with Ansible
[production]
example.com ansible_user=root letsencrypt_email=me@example.com domain_name=example.com ansible_ssh_private_key_file=key.pem