Disable fedmsg for now on ci-cc-rdu01

This commit is contained in:
Pierre-Yves Chibon 2017-05-11 16:41:08 +02:00
parent 1483c90124
commit e9f3869973

View file

@ -28,7 +28,7 @@
when: deployment_type == "prod", tags: ['openvpn_client'] }
- postgresql_server
- apache
- { role: fedmsg/base }
# - { role: fedmsg/base }
tasks:
# this is how you include other task lists
@ -50,7 +50,7 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
roles:
- { role: taskotron/resultsdb-fedmsg, tags: ['resultsdb-fedmsg']}
# - { role: taskotron/resultsdb-fedmsg, tags: ['resultsdb-fedmsg']}
- { role: taskotron/resultsdb-backend, tags: ['resultsdb-be'] }
- { role: taskotron/resultsdb-frontend, tags: ['resultsdb-fe'] }
- { role: taskotron/execdb, tags: ['execdb'] }