Different tasks added
This commit is contained in:
16
umami.yml
Normal file
16
umami.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# Setup Umami
|
||||
#
|
||||
# Run:
|
||||
# ansible-playbook -i inventory/hosts tasks/umami.yml
|
||||
#
|
||||
# Prepare:
|
||||
# See readme.md and init your workspace
|
||||
# This playbook will install Umami, which is a self-hosted web analytics solution.
|
||||
# Prepare: Install Git, Node.js. Initialize database before!
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
|
||||
- role: lsa.umami
|
||||
Reference in New Issue
Block a user