forked from FreiFunkMuenster/ansible-ffms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapserver.yml
More file actions
17 lines (15 loc) · 698 Bytes
/
mapserver.yml
File metadata and controls
17 lines (15 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Playbook zur Konfiguration aller Servern von services
- hosts: mapserver
remote_user: root
roles:
- { role: hostname, tags: "hostname"}
- { role: common, tags: "common"}
- { role: backports-kernel, tags: "backports-kernel"}
- { role: tunearpcache, tags: "tunearpcache"}
- { role: services_interfaces, tags: "services_interfaces"}
- { role: mapserver_hopglass-server, tags: "mapserver_hopglass-server"}
- { role: mapserver_hopglass, tags: "mapserver_hopglass"}
- { role: mapserver_nginx, tags: "mapserver_nginx"}
- { role: collectd, tags: "collectd"}
- { role: py_respondd, tags: "py_respondd"}
- { role: mapserver_stats, tags: "mapserver_stats"}