Compare commits
No commits in common. "master" and "1.0.5" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
# laurivan.plausible
|
||||
|
||||
This is a role to install [Plausible](https://plausible.io/) via Docker.
|
||||
THis is a role to install [Plausible](https://plausible.io/) via Docker.
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -106,7 +106,7 @@ None
|
||||
|
||||
```yaml
|
||||
---
|
||||
- name: Example playbook
|
||||
- name: Create unifi volume
|
||||
hosts: services
|
||||
vars:
|
||||
plausible_port: "8100"
|
||||
|
@ -9,3 +9,4 @@
|
||||
|
||||
roles:
|
||||
- role: laurivan.plausible
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
# tasks file for plausible
|
||||
|
||||
# Check if geoip volume exists
|
||||
- name: Check if geoip volume exists
|
||||
@ -69,3 +70,4 @@
|
||||
project_src: ~/plausible/
|
||||
build: false
|
||||
become: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user