mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-14 02:12:03 +00:00
22 lines
808 B
YAML
22 lines
808 B
YAML
---
|
|
- hosts: localhost
|
|
vars:
|
|
extra: ''
|
|
|
|
roles:
|
|
- { role: docker, tags: ['docker'] }
|
|
- { role: docstart, tags: ['docstart'] }
|
|
- { role: autodelete, tags: ['autodelete'] }
|
|
- { role: clean, tags: ['clean'] }
|
|
- { role: update, tags: ['update'] }
|
|
- { role: rcloneinstall, tags: ['rcloneinstall'] }
|
|
- { role: mergerfsinstall, tags: ['mergerfsinstall'] }
|
|
- { role: gcloud_sdk, tags: ['gcloud_sdk'] }
|
|
- { role: system, tags: ['system'] }
|
|
- { role: mergerfsupdate, tags: ['mergerfsupdate'] }
|
|
- { role: journal, tags: ['journal'] }
|
|
- { role: plex_dupefinder, tags: ['plex_dupefinder'] }
|
|
- { role: plexpatrol, tags: ['plexpatrol'] }
|
|
- { role: remove, tags: ['remove'] }
|
|
- { role: traktarr, tags: ['traktarr'] }
|
|
- { role: nvidia, tags: ['nvidia'] } |