diff options
author | Michael Simacek <msimacek@redhat.com> | 2016-04-15 14:28:10 +0200 |
---|---|---|
committer | Michael Simacek <msimacek@redhat.com> | 2016-04-15 14:28:10 +0200 |
commit | da948d7bd9940b331114315a8fdfbe46179228de (patch) | |
tree | 0d4d9cf229a6a9d235504415f73991aea7c9733f | |
parent | 1112c5f0b5ab337d002d1e67a225fb0f64f11cd9 (diff) | |
download | ansible-da948d7bd9940b331114315a8fdfbe46179228de.tar.gz ansible-da948d7bd9940b331114315a8fdfbe46179228de.tar.xz ansible-da948d7bd9940b331114315a8fdfbe46179228de.zip |
Add koschei_koji_tag var to frontend for now
-rw-r--r-- | inventory/group_vars/koschei-web-stg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/group_vars/koschei-web-stg b/inventory/group_vars/koschei-web-stg index 1b31dc330..2ff26a7e6 100644 --- a/inventory/group_vars/koschei-web-stg +++ b/inventory/group_vars/koschei-web-stg @@ -15,6 +15,9 @@ koschei_koji_web: koji.stg.fedoraproject.org koschei_openid_provider: id.stg.fedoraproject.org koschei_bugzilla: partner-bugzilla.redhat.com +# this should be removed in the future +koschei_koji_tag: f25 + tcp_ports: [ 80, 443 ] |