about summary refs log tree commit diff
path: root/bundles/quad9-demo/items.py
blob: 2f243d04b9afed6eadcdc62b0d5fd6c3ec78ebc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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",
    },
}