7 lines
182 B
YAML
7 lines
182 B
YAML
---
|
|
- name: Deploy sharkey
|
|
hosts: "{{ sharkey_hosts | default('sharkey') }}"
|
|
become: "{{ sharkey_become | default(false) }}"
|
|
roles:
|
|
- role: finallycoffee.fediverse.sharkey
|