ansible/roles/copr/frontend
Kevin Fenzi ef8a705432 Don't do updates in playbooks (for a number of reasons).
1. We want all playbooks to be idempotent. If we add things like this
it means the playbook will change every single time we run it.

2. Things like this mean that if we need to change one config or
something to get the service working we may have to wait a long time
for it to apply tons of pending updates, which may break more things.

3. On all Fedora machines (that have base role anyhow) we already run
dnf-automatic to apply all security updates. We could expand that to
apply all updates if you like. Doing them daily is much better for
finding regressions

4. We expect updates are applied normally by dnf-automatic or by
sysadmins so we can know whats in the updates and be ready for issues
or restarting things.
2016-03-30 14:57:54 +00:00
..
files remove old copr-fe certificate 2016-02-11 10:24:30 +01:00
handlers [WIP] Copr playbooks refactoring using ansible roles, new role for copr-keygen 2014-10-10 12:35:14 +02:00
meta [WIP] Copr playbooks refactoring using ansible roles, new role for copr-keygen 2014-10-10 12:35:14 +02:00
tasks Don't do updates in playbooks (for a number of reasons). 2016-03-30 14:57:54 +00:00
templates COPR_DIST_GIT_LOGS_URL config option added 2016-03-14 15:47:45 +01:00