languages: prod deployment

This commit is contained in:
Francois Andrieu 2021-03-26 08:44:17 +01:00 committed by kevin
parent a4c1b1448f
commit e57a3c9df4
3 changed files with 1 additions and 3 deletions

View file

@ -745,7 +745,6 @@
balancer_name: app-os
targettype: openshift
keephost: true
when: env == "staging"
tags:
- languages

View file

@ -932,7 +932,6 @@
site_name: "languages{{ env_suffix }}.fedoraproject.org"
sslonly: true
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
tags: languages
- role: httpd/website

View file

@ -1,5 +1,5 @@
- name: make the app be real
hosts: os_masters_stg[0]
hosts: os_masters[0]:os_masters_stg[0]
user: root
gather_facts: False