first stab at making a proxy for undercloud to overcloud for dashboard
This commit is contained in:
parent
91948c4581
commit
2d43dde814
1 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue