diff options
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 6c64fe5..bfc6a72 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -83,7 +83,7 @@ our @f3s_hosts = # push @f3s_hosts, 'registry.f3s.buetow.org'; our @acme_hosts = - qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/; + qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo gogios.buetow.org/; push @acme_hosts, @f3s_hosts; # UTILITY TASKS @@ -476,6 +476,13 @@ task 'gogios', run 'adduser -group _gogios -batch _gogios', unless => 'id _gogios'; run 'usermod -d /var/run/gogios _gogios'; + # For the HTML reports + file '/var/www/htdocs/buetow.org/self/gogios', + ensure => 'directory', + owner => '_gogios', + group => '_gogios', + mode => '755'; + file '/etc/gogios.json', content => template( './etc/gogios.json.tpl', acme_hosts => \@acme_hosts ), owner => 'root', |
