Compare commits
No commits in common. "master" and "1.0.5" have entirely different histories.
@ -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"
|
||||||
|
@ -9,3 +9,4 @@
|
|||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: laurivan.plausible
|
- role: laurivan.plausible
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user