first stab at making a proxy for undercloud to overcloud for dashboard

This commit is contained in:
Kevin Fenzi 2018-12-12 21:16:59 +00:00
parent 91948c4581
commit 2d43dde814

View file

@ -15,11 +15,25 @@
- hosts
- sudo
- undercloud
- apache
- role: httpd/mod_ssl
- role: httpd/website
site_name: controller.fedorainfracloud.org
ssl: true
sslonly: true
certbot: true
- role: httpd/reverseproxy
website: controller.fedorainfracloud.org
destname: overcloud
proxyurl: http://192.168.20.51
balancer_name: controller.fedorainfracloud.org
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks:
- import_tasks: "{{ tasks_path }}/motd.yml"