infrastructure/ansible/plays/thonkpad.yaml

11 lines
350 B
YAML
Raw Normal View History

2023-03-30 23:52:40 +02:00
- name: Setup Thonkpad
hosts: thonkpad.ka.chaoswg.org
vars:
2023-05-05 23:53:56 +02:00
state: running
2023-03-30 23:52:40 +02:00
roles:
- {role: compose_project, service: pantalaimon}
- {role: compose_project, service: wireguard}
- {role: compose_project, service: watchtower}
- {role: compose_project, service: gitea-runner}
2023-10-28 16:05:57 +02:00
- {role: compose_project, service: offlineimap}