Remove more stale references to rproxy on lrproxy

This commit is contained in:
Wojciech Kozlowski 2023-07-10 00:12:37 +02:00
parent 83d5a49229
commit 05a09973df
2 changed files with 0 additions and 10 deletions

View File

@ -143,8 +143,6 @@ services_host_services:
lrproxy: lrproxy:
address: "{{ vpn_bridge_prefix }}.2" address: "{{ vpn_bridge_prefix }}.2"
tcp: [80, 443] tcp: [80, 443]
rproxy_host: "valkyrie"
rproxy_user: "pod-rproxy"
database: database:
address: "{{ vpn_bridge_prefix }}.3" address: "{{ vpn_bridge_prefix }}.3"
cloud: cloud:

View File

@ -27,11 +27,3 @@ argument_specs:
services_deploy_lrproxy_ignore_unreachable_rproxy: services_deploy_lrproxy_ignore_unreachable_rproxy:
type: "bool" type: "bool"
required: true required: true
services_host_services:
lrproxy:
rproxy_host:
type: "str"
required: false
rproxy_user:
type: "str"
required: false