added initial audiobookshelf configuration
This commit is contained in:
parent
38b72b886c
commit
4698a53c86
4 changed files with 35 additions and 0 deletions
8
playbook_templates/audio.actcur.com
Normal file
8
playbook_templates/audio.actcur.com
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
role:core:v1.2:core
|
||||
role:ansible-update:v1.0:core,ansible
|
||||
role:mount:v1.1:core,mount
|
||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||
role:certbot:v1.3:common,certbot
|
||||
role:audiobookshelf:testing:workload,audiobookshelf
|
||||
|
||||
# end of file
|
||||
7
var_files/certbot/audio.actcur.com
Normal file
7
var_files/certbot/audio.actcur.com
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# vars file for certbot on cloud.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: audio.actcur.com
|
||||
|
||||
# end of file
|
||||
12
var_files/mount/audio.actcur.com
Normal file
12
var_files/mount/audio.actcur.com
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# vars file for mount on cloud.actcur.com
|
||||
|
||||
mounts:
|
||||
nfs:
|
||||
- name: nextcloud
|
||||
host: host.actcur.com
|
||||
remote: /mnt/butter/audiobookshelf
|
||||
local: /mnt/audiobookshelf
|
||||
type: nfs
|
||||
|
||||
# end of file
|
||||
8
var_files/nginx-ssl/audio.actcur.com
Normal file
8
var_files/nginx-ssl/audio.actcur.com
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# vars file for nginx-ssl on cloud.actcur.com
|
||||
|
||||
domains:
|
||||
- domain: audio.actcur.com
|
||||
port: 13378
|
||||
|
||||
# end of file
|
||||
Loading…
Add table
Reference in a new issue