languages: prod deployment
This commit is contained in:
parent
a4c1b1448f
commit
e57a3c9df4
3 changed files with 1 additions and 3 deletions
|
@ -745,7 +745,6 @@
|
|||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- languages
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue