mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 15:22:40 +08:00
Merge branch 'master' of /git/ansible
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
- python-alembic
|
||||
- python-scandir
|
||||
- python2-productmd
|
||||
- ostree
|
||||
tags:
|
||||
- packages
|
||||
- bodhi
|
||||
|
||||
@@ -87,9 +87,9 @@ class ProdConfiguration(BaseConfiguration):
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
KRB_PRINCIPAL = 'modularity@STG.FEDORAPROJECT.ORG'
|
||||
KRB_PRINCIPAL = 'mbs/mbs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG'
|
||||
{% else %}
|
||||
KRB_PRINCIPAL = 'modularity@FEDORAPROJECT.ORG'
|
||||
KRB_PRINCIPAL = 'mbs/mbs.fedoraproject.org@FEDORAPROJECT.ORG'
|
||||
{% endif %}
|
||||
|
||||
KRB_KEYTAB = '/etc/krb5.mbs_mbs{{env_suffix}}.fedoraproject.org.keytab'
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<body>
|
||||
|
||||
<img src="fedora-os-latest-ma.png"/>
|
||||
<img src="hotspot-all-ma.png"/>
|
||||
<img src="fedora-os-latest.png"/>
|
||||
<img src="fedora-os-latest-stacked-ma.png"/>
|
||||
|
||||
@@ -29,4 +30,4 @@
|
||||
<img src="epel-arch-ma.png"/>
|
||||
|
||||
|
||||
</body>
|
||||
</body>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
|
||||
- name: daily cron file to run the log files
|
||||
copy: src={{item}} dest=/etc/cron.d/ mode=0644
|
||||
with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron, run-daily-awstats.cron]
|
||||
with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron, run-daily-awstats.cron, condense-hotspot.cron]
|
||||
tags:
|
||||
- web-data
|
||||
- cron
|
||||
|
||||
Reference in New Issue
Block a user