forked from caphm/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduction.yml
More file actions
16 lines (16 loc) · 830 Bytes
/
Copy pathproduction.yml
File metadata and controls
16 lines (16 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ansible-playbook production.yml -i hosts --tags docker_apps
---
- hosts: production
become: true
roles:
- { role: "print-server", tags: "print_server" }
# - { role: "htpc", tags: ["htpc", "virtual_machines"] }
- { role: "kodi-alexa-skillhost", tags: ["kodi-alexa", "docker_apps"] }
- { role: "media-server", tags: ["media-server", "docker_apps"] }
- { role: "teamspeak-server", tags: ["teamspeak-server", "docker_apps"] }
- { role: "onedrive-client", tags: ["onedrive-client", "docker_apps"] }
- { role: "nginx-reverse-proxy", tags: ["nginx-reverse-proxy", "docker_apps"] }
- { role: "kodi-repo", tags: "kodi_repo" }
- { role: "lirc", tags: "lirc" }
- { role: "mosquitto", tags: ["mosquitto", "docker_apps"] }
- { role: "home-assistant", tags: ["home-assistant", "docker_apps"] }