forked from ironicbadger/ansible
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproduction.yml
More file actions
22 lines (22 loc) · 1.19 KB
/
Copy pathproduction.yml
File metadata and controls
22 lines (22 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ansible-playbook production.yml -i hosts --tags docker_apps
---
- hosts: production
become: true
roles:
- { role: "baseos", tags: ["baseos", "init0"] }
- { role: "docker", tags: ["docker", "init0"] }
- { role: "mergerfs", tags: ["mergerfs", "init0"] }
- { role: "snapraid", tags: ["snapraid", "init0"] }
- { role: "storage", tags: ["storage", "init1"] }
# - { role: "vm-host", tags: ["vm-host", "virtual-machines", "init2"] }
# - { role: "print-server", tags: ["print-server", "init2"] }
# - { role: "lirc", tags: ["lirc", "init2"] }
# - { role: "htpc", tags: ["htpc", "virtual-machines", "init3"] }
- { role: "unifi", tags: ["unifi", "docker-apps", "init3"] }
- { role: "traefik", tags: ["traefik", "docker-apps", "init3"] }
- { role: "media-server", tags: ["media-server", "docker-apps", "init3"] }
- { role: "home-assistant", tags: ["home-assistant", "docker-apps", "init3"] }
- { role: "teamspeak", tags: ["teamspeak", "docker-apps", "init3"] }
# - { role: "kodi-alexa", tags: ["kodi-alexa", "docker-apps", "init3"] }
# - { role: "onedrive", tags: ["onedrive", "docker-apps", "init3"] }
# - { role: "kodi-repo", tags: ["kodi-repo", "init4"] }