infrastructure/playbooks/synapse.yml

18 lines
258 B
YAML
Raw Permalink Normal View History

- name: Install Synapse.
hosts: synapse
roles:
- role: podman
become: true
tags:
- always
- podman
- role: caddy
become: true
tags:
- always
- caddy
- role: synapse
become: true