WIP: feat(sharkey): add ansible role for deployment
This commit is contained in:
6
playbooks/sharkey.yml
Normal file
6
playbooks/sharkey.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Deploy sharkey
|
||||
hosts: "{{ sharkey_hosts | default('sharkey') }}"
|
||||
become: "{{ sharkey_become | default(false) }}"
|
||||
roles:
|
||||
- role: finallycoffee.fediverse.sharkey
|
Reference in New Issue
Block a user