|
|
@@ -0,0 +1,6 @@
|
|
|
+- name: deactivate htaccess
|
|
|
+ command: 'mv /var/www/sound/demo/.htaccess /var/www/sound/demo/htaccess'
|
|
|
+- name: renewal certificat
|
|
|
+ command: '/root/certbot-auto certonly --renew-by-default -a webroot --webroot-path /var/www/sound -d sound.hory.me --rsa-key-size 4096 --text'
|
|
|
+- name: reactivate htaccess
|
|
|
+ command: 'mv /var/www/sound/demo/htaccess /var/www/sound/demo/.htaccess'
|