vhost: Prefix variables with role name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user