adding vars files

This commit is contained in:
2021-03-01 01:06:34 +00:00
parent a66d3b615e
commit 8a90f5b74f
2 changed files with 11 additions and 0 deletions

4
group_vars/all/all.yml Normal file
View File

@@ -0,0 +1,4 @@
---
default_user: plex
default_user_password: "{{ vault_default_user_password }}"
...