add plex host vars
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2023-03-23 19:40:51 +01:00
parent baeb499aa1
commit 8b2c2f1047
1 changed files with 8 additions and 0 deletions

8
host_vars/plex.yaml Normal file
View File

@ -0,0 +1,8 @@
---
ansible_host: plex.intra.tormakris.dev
webserver:
- domain: "plex.tormakristof.eu"
port: 8080
bigrequests: true
https: false
...