87ce6d5b9dafc25d13f8f3bac0b8ba5c7be63b55
# install roles and collections
ansible-galaxy install -r requirements.yml
# Install the playbook
ansible-playbook -i inventory frontend.yaml
# Check the cron jobs
crontab -u matt -l
TODO: Update the pre/post scripts at /etc/letsencrypt/renewal-hooks to stop/start docker reverse_proxy TODO: Update cron to run certbot as root
If the above is done, I'm not sure the blow is needed... TODO: Ensure /var/log/letsencrypt, /var/lib/letsencryprt and maybe /etc/letsencrypt are writable as the ansible user. Something like
chgrp adm /var/log/letsencrypt
chmod g+rwx /var/log/letsencrypt
chgrp -R adm /etc/letsencrypt/
chmod -R g+rwx /etc/letsencrypt/
chgrp adm /var/lib/letsencrypt
chmod g+rwx /var/lib/letsencrypt
Description
Languages
Shell
56.1%
Jinja
43.9%