about summary refs log tree commit diff
path: root/bundles/quad9-demo/items.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/quad9-demo/items.py')
-rw-r--r--bundles/quad9-demo/items.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/bundles/quad9-demo/items.py b/bundles/quad9-demo/items.py
new file mode 100644
index 0000000..2f243d0
--- /dev/null
+++ b/bundles/quad9-demo/items.py
@@ -0,0 +1,20 @@
+directories = {
+    "/var/www/quad9-demo": {
+        "mode": "0775",
+        "group": "www-data",
+        "owner": "webdeploy",
+    },
+}
+
+files = {
+    "/etc/traefik/quad9-demo.yaml": {
+        "content_type": "mako",
+        "source": "traefik.yaml",
+        "needs": {
+            "bundle:traefik",
+        },
+    },
+    "/etc/s6-rc/quad9-demo.conf": {
+        "content_type": "mako",
+    },
+}