diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index 7780db6..f5b232d 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -30,6 +30,12 @@ - role: nginx_site nginx_site_name: foo.sh nginx_site_redirect: https://www.foo.sh/ + - role: nginx_site + nginx_site_name: apps.foo.sh + nginx_site_load_balance_method: ip_hash + nginx_site_proxy: + - https://oci-node01.home.foo.sh + - https://oci-node02.home.foo.sh - role: nginx_site nginx_site_name: autoconfig.foo.sh - role: nginx_site