summaryrefslogtreecommitdiff
path: root/data/nodes/gandalf.adrift.space.yaml
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 22:29:51 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 22:29:51 +0100
commit8d93ed178f142e754a88dd34a12c0160ddff0239 (patch)
treeb0419828a05503ffc09a14c7ffffaef888b1a003 /data/nodes/gandalf.adrift.space.yaml
parentrefresh (diff)
downloadwebdav_server-8d93ed178f142e754a88dd34a12c0160ddff0239.tar.gz
webdav_server-8d93ed178f142e754a88dd34a12c0160ddff0239.tar.xz
temporarily remove data directory.
Diffstat (limited to '')
-rw-r--r--data/nodes/gandalf.adrift.space.yaml51
1 files changed, 0 insertions, 51 deletions
diff --git a/data/nodes/gandalf.adrift.space.yaml b/data/nodes/gandalf.adrift.space.yaml
deleted file mode 100644
index 2f89cd6..0000000
--- a/data/nodes/gandalf.adrift.space.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
----
-nginx::package_name: nginx-mainline
-nginx::http_cfg_append:
- 'charset': utf-8
-nginx::mime_types_preserve_defaults: true
-ngnix::mime_types:
- 'text/plain': 'wiki txt'
-nginx::include_modules_enabled: true
-
-nginx::nginx_servers:
- "%{facts.hostname}":
- ipv6_enable: true
- listen_options: defalut_server
- ipv6_listen_options: default_server
- server_name:
- - _
- www_root: /var/www/adrift.space
- "repo.%{fqdn}":
- ipv6_enable: true,
- ipv6_listen_options: '',
- server_name:
- - "repo.%{fqdn}"
- ssl_redirect: true,
- www_root: /usr/net/repo
- use_default_location: true
-
-nginx::nginx_locations:
- '/':
- try_files:
- - '$uri'
- - '$uri/'
- - '=404',
- ssl_only: true
- autoindex: on
- server: "%{fqdn}"
- '/varselklotet':
- server: "%{fqdn}"
- location_alias: /home/hugo/wiki/varselklotet
-
-shiori::port: 8081
-shiori:group_members:
- - hugo
-shiori::nginx:
- server_name: "bookmark.${fqdn}"
- certname: "%{certname}"
-
-profiles::syncthing::enable_for:
- - hugo
-
-profiles::gandalf_web::certname: "%{certname}"
-profiles::transmission:nginx_server: "%{fqdn}"