forked from UKMNorge/servere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.sls
67 lines (66 loc) · 2.11 KB
/
main.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
subdomains:
assets:
subdomain: assets
github: https://github.com/UKMNorge/UKMDesignAssets.git
composer: false
download:
subdomain: download
id:
subdomain: id
github: https://github.com/UKMNorge/ID.git
composer: false
api:
subdomain: api
github: https://github.com/UKMNorge/UKMapi_public.git
composer: false
delta:
subdomain: delta
github: https://github.com/UKMNorge/UKMDelta.git
composer: true
document_root: /var/www/delta/web/
parameters:
target: /var/www/delta/app/config/parameters.yml
source: salt://ukmbox-main/files/params-delta.yml.j2
graphite:
subdomain: graphite
github: https://github.com/UKMNorge/Graphite.git
composer: true
husk:
subdomain: husk
github: https://github.com/UKMNorge/UKMhusk.git
composer: true
document_root: /var/www/husk/web/
parameters:
target: /var/www/husk/app/config/parameters.yml
source: salt://ukmbox-main/files/params-husk.yml.j2
liker:
subdomain: liker
pressemelding:
subdomain: pressemelding
github: https://github.com/UKMNorge/UKMpressemelding.git
composer: true
document_root: /var/www/pressemelding/web/
parameters:
target: /var/www/pressemelding/app/config/parameters.yml
source: salt://ukmbox-main/files/params-pressemelding.yml.j2
sms:
subdomain: sms
github: https://github.com/UKMNorge/UKMsms_recieve.git
slack:
subdomain: slack
github: https://github.com/UKMNorge/Slack.git
# TV and its subdomains
tv:
subdomain: tv
github: https://github.com/UKMNorge/UKMTV.git
composer1: true
document_root: /var/www/tv/public/
embed:
subdomain: embed
github: https://github.com/UKMNorge/UKMTV-Embed
oembed:
subdomain: oembed
github: https://github.com/UKMNorge/UKMTV_oEmbed
cache:
subdomain: cache
github: https://github.com/UKMNorge/UKMTV_cache