diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-08-28 13:46:53 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-08-28 13:46:53 +0200 |
commit | 6474bb9964d8a57b050e597a451fa40a3e5148f0 (patch) | |
tree | 82171d0102eb8db25e0cb416d5c14f6c3bf417a0 /roles/sublab_web | |
parent | a04a8444ec42babd3a91727a496613c727f358f3 (diff) |
Restructure variables and start gitservers group
Diffstat (limited to 'roles/sublab_web')
-rw-r--r-- | roles/sublab_web/templates/ikiwiki.setup.j2 | 2 | ||||
-rw-r--r-- | roles/sublab_web/templates/server.conf.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/roles/sublab_web/templates/ikiwiki.setup.j2 b/roles/sublab_web/templates/ikiwiki.setup.j2 index d09bb2b..598971f 100644 --- a/roles/sublab_web/templates/ikiwiki.setup.j2 +++ b/roles/sublab_web/templates/ikiwiki.setup.j2 @@ -12,7 +12,7 @@ # name of the wiki wikiname: wiki # contact email for wiki -adminemail: {{ admin_email }} +adminemail: nobody-wolpertinger@nowhere.ws # users who are wiki admins adminuser: - nihilus diff --git a/roles/sublab_web/templates/server.conf.j2 b/roles/sublab_web/templates/server.conf.j2 index 94ff4f7..a1888d1 100644 --- a/roles/sublab_web/templates/server.conf.j2 +++ b/roles/sublab_web/templates/server.conf.j2 @@ -1,4 +1,4 @@ -ServerAdmin nobody@nowhere.ws +ServerAdmin nobody-wolpertinger@nowhere.ws ServerName {{ sublab_web_server_name }} ServerAlias www.{{ sublab_web_server_name }} |