diff --git a/playbook_templates/privtorrents.actcur.com b/playbook_templates/privtorrents.actcur.com index e343d7e..54c2a17 100644 --- a/playbook_templates/privtorrents.actcur.com +++ b/playbook_templates/privtorrents.actcur.com @@ -1,3 +1,5 @@ +role:core:testing +role:mount:testing role:deluge:testing role:nginx-ssl:testing role:certbot:testing diff --git a/var_files/certbot/privtorrents.actcur.com b/var_files/certbot/privtorrents.actcur.com new file mode 100644 index 0000000..a0c114a --- /dev/null +++ b/var_files/certbot/privtorrents.actcur.com @@ -0,0 +1,7 @@ +--- +# vars file for certbot on privtorrents.actcur.com + +domains: + - domain: privtorrents.actcur.com + +# end of file \ No newline at end of file diff --git a/var_files/mount/privtorrents.actcur.com b/var_files/mount/privtorrents.actcur.com new file mode 100644 index 0000000..d43e09c --- /dev/null +++ b/var_files/mount/privtorrents.actcur.com @@ -0,0 +1,12 @@ +--- +# vars file for mount on privtorrents.actcur.com + +mounts: + nfs: + - name: deluge + host: host.actcur.com + remote: /mnt/butter/video/deluge + local: /mnt/deluge + type: nfs + +# end of file \ No newline at end of file diff --git a/var_files/nginx-ssl/privtorrents.actcur.com b/var_files/nginx-ssl/privtorrents.actcur.com index 79a90ff..5953848 100644 --- a/var_files/nginx-ssl/privtorrents.actcur.com +++ b/var_files/nginx-ssl/privtorrents.actcur.com @@ -1,7 +1,8 @@ --- # vars file for nginx-ssl on privtorrents.actcur.com -privtorrents.actcur.com: - port: 8112 +domains: + - domain: privtorrents.actcur.com + port: 8112 # end of file \ No newline at end of file