Rename koschei playbook to koschei-backend

This commit is contained in:
Michael Simacek 2016-04-13 15:10:52 +02:00
parent b9d8827f57
commit 8d083b020a
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@
- include: /srv/web/infra/ansible/playbooks/groups/keyserver.yml
- include: /srv/web/infra/ansible/playbooks/groups/koji-hub.yml
- include: /srv/web/infra/ansible/playbooks/groups/kojipkgs.yml
- include: /srv/web/infra/ansible/playbooks/groups/koschei.yml
- include: /srv/web/infra/ansible/playbooks/groups/koschei-backend.yml
- include: /srv/web/infra/ansible/playbooks/groups/logserver.yml
- include: /srv/web/infra/ansible/playbooks/groups/mailman.yml
- include: /srv/web/infra/ansible/playbooks/groups/mariadb-server.yml

View file

@ -20,7 +20,7 @@
- collectd/base
- apache
- koschei/backend
- koschei/frontend
- { role: koschei/frontend, when: env != "staging" }
- fedmsg/base
- sudo
- { role: openvpn/client, when: env != "staging" }