mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
asknot: prod: move to ocp4 cluster and clean up proxy includes.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -946,18 +946,6 @@
|
||||
ocp4: true
|
||||
keephost: true
|
||||
tags: whatcanidoforfedora.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: whatcanidoforfedora.org
|
||||
destname: whatcanidoforfedora
|
||||
balancer_name: app-os
|
||||
balancer_members: "{{ (env == 'staging')|ternary(openshift_nodes_stg, openshift_nodes) }}"
|
||||
targettype: openshift
|
||||
ocp4: false
|
||||
keephost: true
|
||||
tags: whatcanidoforfedora.org
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: testdays.fedoraproject.org
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- name: make the app be real
|
||||
hosts: os_control_stg:os_masters_stg[0]:os_masters[0]
|
||||
hosts: os_control_stg:os_control
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user