diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-04 16:53:08 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-04 16:53:51 -0400 |
commit | d13dc12a042dda12d58138c5b9631ce4fcb17980 (patch) | |
tree | ea62a97af51ab8586378741f53b1a9f95b777682 | |
parent | 0de199035d751b63327146ac1db923511f54529d (diff) | |
download | infra-d13dc12a042dda12d58138c5b9631ce4fcb17980.tar.gz infra-d13dc12a042dda12d58138c5b9631ce4fcb17980.zip |
enable mediagoblin for adze!
-rw-r--r-- | playbooks/init_adze.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/init_adze.yml b/playbooks/init_adze.yml index 9acaf38..bc5f052 100644 --- a/playbooks/init_adze.yml +++ b/playbooks/init_adze.yml @@ -15,6 +15,7 @@ - cgit_hostname: git.bnewbold.net - gitolite_hostname: git.bnewbold.net - mediagoblin_email_sender: goblin@bnewbold.net + - mediagoblin_basedir: /srv/http/goblin.bnewbold.net roles: - debian_jessie @@ -23,7 +24,7 @@ - nullmailer - nginx - git - #- mediagoblin + - mediagoblin tasks: - name: Create main user account |