ansible/jabber.yml

10 lines
122 B
YAML

---
- name: Deploy XMPP server
hosts:
- jabber
become: true
tags: [jabber]
roles:
- certbot
- prosody