From 8afee56c27aa56c50ef3a2e9ff594e8c98f9d4d3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Jan 2024 10:55:12 +0200 Subject: http.liw.fi.yml: fix ownerships of all sites Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/http.liw.fi.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/ansible/http.liw.fi.yml b/ansible/http.liw.fi.yml index 8783795..2fa7b05 100644 --- a/ansible/http.liw.fi.yml +++ b/ansible/http.liw.fi.yml @@ -22,11 +22,6 @@ - username: root authorized_keys: | {{ liw_personal_ssh_pub }} - - username: ickliwfi - comment: Ick website - authorized_keys: | - {{ liw_personal_ssh_pub }} - {{ ci_worker_ssh_pub }} letsencrypt: yes letsencrypt_email: liw@liw.fi @@ -82,7 +77,7 @@ letsencrypt_cert: cert20 - domain: doc.obnam.org - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 @@ -94,27 +89,27 @@ letsencrypt_cert: cert20 - domain: www.subplot.tech - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 redirect: subplot.tech - domain: doc.subplot.tech - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 - domain: subplot.liw.fi - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 redirect: subplot.tech - domain: doc.subplot.liw.fi - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 @@ -145,7 +140,7 @@ letsencrypt_cert: cert20 - domain: doc.liw.fi - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 @@ -157,7 +152,7 @@ letsencrypt_cert: cert20 - domain: www.liw.fi - owner: ickliwfi + owner: liw ownermail: liw@liw.fi letsencrypt: yes letsencrypt_cert: cert20 -- cgit v1.2.1