infrastructure/coreos-config/plays/thonkpad.yaml
Tobias Manske f3733bd4fb
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing
Update to new running state
2023-05-05 23:53:56 +02:00

10 lines
298 B
YAML

- name: Setup Thonkpad
hosts: thonkpad.ka.chaoswg.org
vars:
state: running
roles:
- {role: compose_project, service: pantalaimon}
- {role: compose_project, service: wireguard}
- {role: compose_project, service: watchtower}
- {role: compose_project, service: gitea-runner}