manage lewis with nix
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
This commit is contained in:
parent
d7ef46b642
commit
111bf68a0a
92 changed files with 2730 additions and 26 deletions
23
legacy/projects/docker_swarm/ansible/playbooks/stacks.yml
Normal file
23
legacy/projects/docker_swarm/ansible/playbooks/stacks.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
- name: Start Docker stacks
|
||||
hosts: manager
|
||||
roles:
|
||||
- {role: traefik, tags: traefik}
|
||||
- {role: forgejo, tags: forgejo}
|
||||
# - {role: seafile, tags: seafile}
|
||||
- {role: radicale, tags: radicale}
|
||||
# - {role: mastodon, tags: mastodon}
|
||||
- {role: freshrss, tags: freshrss}
|
||||
- {role: hedgedoc, tags: hedgedoc}
|
||||
# - {role: overleaf, tags: overleaf}
|
||||
- {role: cyberchef, tags: cyberchef}
|
||||
- {role: inbucket, tags: inbucket}
|
||||
- {role: kms, tags: kms}
|
||||
- {role: swarm_dashboard, tags: swarm_dashboard}
|
||||
# - {role: shephard, tags: shephard}
|
||||
- {role: pihole, tags: pihole}
|
||||
- {role: nextcloud, tags: nextcloud}
|
||||
- {role: syncthing, tags: syncthing}
|
||||
# - {role: monitoring, tags: monitoring}
|
||||
- {role: kitchenowl, tags: kitchenowl}
|
||||
# - {role: ampache, tags: ampache}
|
Reference in a new issue