updating variables files
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
pipx_packages:
|
||||
- awscli
|
||||
3
group_vars/all/python.yml
Normal file
3
group_vars/all/python.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
pyenv_python_version: 3.9.0
|
||||
pipx_packages:
|
||||
- awscli
|
||||
@@ -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:
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
---
|
||||
default_user: plex
|
||||
default_user_password: "{{ vault_default_user_password }}"
|
||||
pyenv_python_version: 3.9.0
|
||||
...
|
||||
Reference in New Issue
Block a user