Compare commits

..

No commits in common. "master" and "1.0.5" have entirely different histories.

3 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -9,3 +9,4 @@
roles:
- role: laurivan.plausible

View File

@ -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