Added mastodon, tautulli
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
become: yes
|
||||
roles:
|
||||
- role: mastodon/provision/delete
|
||||
- role: mastodon/provision/create
|
||||
- role: mastodon/provision/start
|
||||
vars:
|
||||
vmid: 611
|
||||
|
||||
- hosts: epona
|
||||
become: yes
|
||||
roles:
|
||||
- role: mastodon/enable-ssh
|
||||
vars:
|
||||
vmid: 611
|
||||
|
||||
- hosts: mastodon
|
||||
become: yes
|
||||
roles:
|
||||
- role: mastodon/update
|
||||
- role: mastodon/install-docker
|
||||
- role: mastodon/install-app
|
||||
Reference in New Issue
Block a user