File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,8 @@ postgres_users:
7
7
- database : " {{ xsnippet_api_user }}"
8
8
username : " {{ xsnippet_api_user }}"
9
9
backup_schedule : " *-*-* 3:00:00" # every night at 03:00 UTC
10
- volume_binds :
11
- - path : /data/postgresql
12
- mountpoint : /var/lib/postgresql
13
- mode : u=rwx,g=rx,o=
14
- - path : /data/postgresql-backups
15
- mountpoint : /var/lib/postgresql-backups
16
- mode : u=rwx,g=rx,o=
17
- volume_device : /dev/disk/by-id/scsi-0DO_Volume_xsnippet-state
18
10
xsnippet_api_user : xsnippet-api
11
+ xsnippet_api_artifact : https://github.com/xsnippet/xsnippet-api/releases/download/nightly/xsnippet-api-aarch64-linux.gz
19
12
xsnippet_api_database_url : postgresql:///{{ postgres_users[0].database }}?host=/run/postgresql
20
13
xsnippet_api_server_name : api.xsnippet.org
21
14
xsnippet_raw_server_name : raw.xsnippet.org
Original file line number Diff line number Diff line change 1
1
[xsnippet]
2
- xsnippet.org ansible_user =provisioner
2
+ 2a02:8084:4:e480:244a:d5a5:ac59:617d ansible_user =provisioner
You can’t perform that action at this time.
0 commit comments