mirror of
https://github.com/MHA-Team/PTS-Team.git
synced 2026-02-21 13:13:37 +00:00
19 lines
629 B
YAML
19 lines
629 B
YAML
---
|
|
- hosts: localhost
|
|
vars:
|
|
extra: ''
|
|
|
|
roles:
|
|
- { role: docker, tags: ['docker'] }
|
|
- { role: docstart, tags: ['docstart'] }
|
|
- { role: autodelete, tags: ['autodelete'] }
|
|
- { role: clean, tags: ['clean'] }
|
|
- { role: clean-encrypt, tags: ['clean-encrypt'] }
|
|
- { 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'] }
|