infrastructure/ansible/plays/thonkpad.yaml

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}