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 # 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 ## Requirements
@ -106,7 +106,7 @@ None
```yaml ```yaml
--- ---
- name: Example playbook - name: Create unifi volume
hosts: services hosts: services
vars: vars:
plausible_port: "8100" plausible_port: "8100"

View File

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

View File

@ -1,4 +1,5 @@
--- ---
# tasks file for plausible
# Check if geoip volume exists # Check if geoip volume exists
- name: Check if geoip volume exists - name: Check if geoip volume exists
@ -69,3 +70,4 @@
project_src: ~/plausible/ project_src: ~/plausible/
build: false build: false
become: false become: false