Skip to content

Commit 8143cd3

Browse files
committed
Dev Raspberry Pi setup
1 parent 106e24b commit 8143cd3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

inventories/dev/group_vars/all.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
3+
caddy_email: dev@xsnippet.org
4+
goaccess_basicauth_username: xsnippet
5+
goaccess_server_name: dev-rt.xsnippet.org
6+
postgres_users:
7+
- database: "{{ xsnippet_api_user }}"
8+
username: "{{ xsnippet_api_user }}"
9+
backup_schedule: "*-*-* 3:00:00" # every night at 03:00 UTC
10+
xsnippet_api_user: xsnippet-api
11+
xsnippet_api_artifact: https://github.com/xsnippet/xsnippet-api/releases/download/v5.1.2/xsnippet-api-aarch64-linux.gz
12+
xsnippet_api_database_url: postgresql:///{{ postgres_users[0].database }}?host=/run/postgresql
13+
xsnippet_api_server_name: dev-api.xsnippet.org
14+
xsnippet_raw_server_name: dev-raw.xsnippet.org
15+
xsnippet_web_server_name: dev.xsnippet.org

inventories/dev/hosts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[xsnippet]
2+
2a02:8084:4:e480:244a:d5a5:ac59:617d ansible_user=root

0 commit comments

Comments
 (0)