diff --git a/ec2.yml b/ec2.yml index 2263488..c7324c5 100644 --- a/ec2.yml +++ b/ec2.yml @@ -22,16 +22,16 @@ acme_version: 2 acme_webroot: "/var/www/acme" roles: - - role: gitweb - vars: - gitweb_repo: "https://gitlab.com/rehashedsalt/assburgers" - gitweb_url: "www.assburgers.club" - gitweb_webroot: "/var/www/assburgers" - role: redirect vars: redirect_from: "assburgers.club" redirect_to: "www.assburgers.club" redirect_webroot: "/var/www/redirect" + - role: gitweb + vars: + gitweb_repo: "https://gitlab.com/rehashedsalt/assburgers" + gitweb_url: "www.assburgers.club" + gitweb_webroot: "/var/www/assburgers" - role: dokuwiki vars: dokuwiki_tgz: "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz"