mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Removed all traces i could fild of the tagger and statscache (and stats_cache for databases) in ansible, proxy configs, and the nagios config. Pursuant to request in pagzre issue https://pagure.io/fedora-infrastructure/issue/7267 . - Odin2016
This commit is contained in:
@@ -101,15 +101,6 @@ syncHttpLogs {{host}}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
## Sync up all tagger hosts
|
||||
{% for host in groups['tagger'] %}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
{% for host in groups['tagger-stg'] %}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
## Sync up all bodhi hosts
|
||||
{% for host in groups['bodhi2'] %}
|
||||
syncHttpLogs {{host}}
|
||||
@@ -188,16 +179,6 @@ syncHttpLogs {{host}}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
## sync up statscache
|
||||
{% for host in groups['statscache-web'] %}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
{% for host in groups['statscache-web-stg'] %}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
## sync up autocloud
|
||||
{% for host in groups['autocloud-web'] %}
|
||||
syncHttpLogs {{host}}
|
||||
|
||||
Reference in New Issue
Block a user