vhost: Prefix variables with role name

This commit is contained in:
uumas
2024-07-28 01:05:19 +03:00
parent 3331a96cbc
commit d731d3c70e
7 changed files with 54 additions and 86 deletions

View File

@@ -3,7 +3,7 @@
vhost_state: present
vhost_type: "{{ vhost_state }}"
vhost_domains: []
web_server: caddy
vhost_web_server: caddy
vhost_locations: []
vhost_headers: {}
@@ -12,11 +12,11 @@ vhost_delete_headers: []
vhost_basicauth: false
vhost_basicauth_users: {}
proxy_target_protocol: http
proxy_target_host: localhost
proxy_delete_headers: []
vhost_proxy_target_protocol: http
vhost_proxy_target_host: localhost
vhost_proxy_delete_headers: []
redirect_type: temporary
redirect_preserve_path: false
vhost_redirect_type: temporary
vhost_redirect_preserve_path: false
respond_content_type: plain
vhost_respond_content_type: plain