Different tasks added
This commit is contained in:
20
umami.db.yml
Normal file
20
umami.db.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# Setup Umami
|
||||
#
|
||||
# Run:
|
||||
# ansible-playbook -i inventory/hosts tasks/umami.db.yml
|
||||
#
|
||||
# Prepare:
|
||||
# See readme.md and init your workspace
|
||||
# This playbook will setup the database for Umami, which is required before installing Umami itself.
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
|
||||
pre_tasks:
|
||||
- name: Build DB vars from umami_sites
|
||||
include_role:
|
||||
name: lsa.umami
|
||||
tasks_from: db-vars.yml
|
||||
roles:
|
||||
- role: lsa.db
|
||||
- role: lsa.umami
|
||||
Reference in New Issue
Block a user