This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/inventory/host_vars/manager.yml

19 lines
340 B
YAML
Raw Normal View History

2023-05-02 09:51:22 +00:00
docker_node_labels:
- hostname: maestro
2023-05-02 10:22:16 +00:00
labels:
traefik: "true"
2023-05-02 12:25:54 +00:00
forgejo: "true"
2023-05-02 09:51:22 +00:00
- hostname: worker1
2023-05-02 11:44:19 +00:00
labels:
syncthing: "true"
2023-05-02 14:24:30 +00:00
seafile: "true"
2023-05-02 14:47:27 +00:00
radicale: "true"
2023-05-02 15:13:13 +00:00
mastodon: "true"
2023-05-02 15:25:42 +00:00
freshrss: "true"
2023-05-02 15:46:56 +00:00
hedgedoc: "true"
overleaf: "true"
2023-05-02 09:51:22 +00:00
2023-05-02 12:25:54 +00:00
data_directories:
2023-05-02 14:24:30 +00:00
- 'traefik'
2023-05-02 12:25:54 +00:00
- 'forgejo'