updating variables files

This commit is contained in:
2021-03-04 13:13:39 +00:00
parent 20e58d9151
commit 5d84870ded
4 changed files with 7 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
pipx_packages:
- awscli

View File

@@ -0,0 +1,3 @@
pyenv_python_version: 3.9.0
pipx_packages:
- awscli

View File

@@ -1,6 +1,8 @@
# Not implemented: FW can be manually tweaked as necessary
# Local LAN IP-range addresses
local_lan: "192.168.0.0/16"
docker_overlay_ips: "172.0.0.0/8"
# local_lan: "192.168.0.0/16"
# docker_overlay_ips: "172.0.0.0/8"
# ufw rules
# ufw_rules:

View File

@@ -1,5 +1,2 @@
---
default_user: plex
default_user_password: "{{ vault_default_user_password }}"
pyenv_python_version: 3.9.0
...