ansible-roles/evoacme/files
Benoît S. cdaad871b3 Be sure to check the exit code of certbot
If we use set -e but no -o pipefail with a pipe, the last command exit code is
used by set -e.

certbot | grep -v something

If the grep exit with a non-zero exit code, set -e stop the execution of the
script.  We don't care about that grep, so we now use the PIPESTATUS.
2018-03-05 14:46:49 +01:00
..
hooks evoacme: add dovecot hook 2017-11-06 11:04:26 +01:00
backports-certbot evoacme: use apt-repositories role 2017-03-24 14:13:39 +01:00
evoacme.cron evoacme: exclude typical certbot directories 2018-01-22 18:27:37 +01:00
evoacme.sh Be sure to check the exit code of certbot 2018-03-05 14:46:49 +01:00
make-csr.sh make-csr: create important directories 2017-10-19 11:08:35 +02:00
vhost-domains.sh Use bash, for proper readonly/local support 2017-10-19 11:05:54 +02:00