summaryrefslogtreecommitdiffstats
path: root/handlers
Commit message (Collapse)AuthorAgeFilesLines
* Rename this handler.Ralph Bean2017-08-271-2/+2
|
* Restart fedwatch when this file changes.Ralph Bean2017-08-161-0/+3
|
* make 'restart fedmsg-hub' handler not exclusive to bodhiKamil Páral2017-08-091-1/+1
|
* Update notify handler for darkserverKushal Das2017-07-271-0/+4
|
* fix handlers and disable notify for now until we roll this outKevin Fenzi2017-05-141-2/+2
|
* change method to static, add restart handler for nfs-idmapd and use itKevin Fenzi2017-03-061-0/+3
|
* forgot the handlerKevin Fenzi2017-01-301-0/+3
|
* Make it a taskPatrick Uiterwijk2016-12-201-7/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Combine keytabs togetherPatrick Uiterwijk2016-12-201-0/+7
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Setup a proxyreload for httpd that looks for the ticketkey. If it's not ↵Kevin Fenzi2016-12-011-0/+3
| | | | there, assume the proxy is just being configured and don't reload httpd.
* Fix the order of this handlerKevin Fenzi2016-09-271-3/+3
|
* and we need to have a trigger with the right nameStephen Smoogen2016-09-271-1/+1
|
* and we need to have a triggerStephen Smoogen2016-09-271-0/+3
|
* More bodhi2 for fedora24 changes.Kevin Fenzi2016-08-121-3/+3
| | | | | | Fix places that except bodhi-backend01 for 03 Don't use the copr we can just use a scratch build Set fedmsg enpoints
* Consistency is a virtuePatrick Uiterwijk2016-07-081-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Restart basset worker if config was updatedPatrick Uiterwijk2016-07-081-0/+3
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Split out this into 3 handlers to avoid warningsKevin Fenzi2016-06-221-1/+5
|
* Move koshei handlers to the roleMichael Scherer2016-04-091-12/+0
|
* Remove old unused handlers in the current codebaseMichael Scherer2016-04-071-18/+0
|
* Move a few handlers to the only role using themMichael Scherer2016-04-041-15/+0
|
* Remove duplicate handlers for update-ca-trustMichael Scherer2016-04-041-6/+0
| | | | | Since there is a already existing update ca-trust in handlers/main.yml doing the same thing as 'update ca trust', better use 1 single copy.
* Move the unbound related handlers to the roleMichael Scherer2016-04-042-11/+0
|
* Move some handlers around. Some to just base but some also to base.Kevin Fenzi2016-03-301-6/+0
|
* (no commit message)Michael Scherer2016-03-301-9/+0
|
* add osbs ca to stage kojiAdam Miller2016-03-071-0/+6
|
* Add a -f here as sometimes it seems systemd-journald is run as ↵Kevin Fenzi2016-02-111-1/+1
| | | | /usr/lib/systemd/systemd-journald which doesn't match
* We need to tell systemd-journald that it should sync out to persist storage ↵Kevin Fenzi2016-02-101-0/+2
| | | | otherwise it won't work until next reboot
* handling ip address changedoteast2016-02-041-0/+2
|
* rename handler for clearitydoteast2016-02-041-1/+1
|
* net iface config templating and decouple resolvconf from NMdoteast2016-02-041-0/+12
|
* Kill old references to fcomm-cache-worker.Ralph Bean2015-11-191-3/+0
|
* Add a conditional-reload script and use it so we can not fail on hosts with ↵Kevin Fenzi2015-11-131-1/+1
| | | | no httpd installed.
* Replace all restart httpd with reload httpdPatrick Uiterwijk2015-11-041-3/+0
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Temporarily disable this until I fix the script to handle the quick followupPatrick Uiterwijk2015-11-041-6/+6
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* The changed_when was not needed, and fixed a path errorPatrick Uiterwijk2015-11-041-4/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Always trigger the fix routing if we restart openvpnPatrick Uiterwijk2015-11-041-0/+3
|
* Move fix-routes.sh to openvpn base and run it on restartPatrick Uiterwijk2015-11-041-0/+9
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Add handler here for mirrorlist-server.Kevin Fenzi2015-10-151-0/+3
|
* Tweak infinoted config a bit more. Make sync 60 seconds instead of 10Kevin Fenzi2015-10-131-0/+3
| | | | add a handler to restart on config changes.
* First pass at autocloud backend stuff.Ralph Bean2015-09-281-0/+3
|
* Split bodhi-backend stuff out amongst the two nodes.Ralph Bean2015-09-021-0/+3
|
* Don't let master.yml runs accidentally restart the masher.Ralph Bean2015-08-271-0/+1
|
* Finally make the fedora infra cloud playbook idempotentKevin Fenzi2015-06-151-0/+5
| | | | | | Don't set root password in base and again later in host playbook. Download rpms and make sure they are installed rather than using url in yum module. Move cinder restart to a handler.
* Change all instances of ansible_distribution_major_version to filter to int ↵Kevin Fenzi2015-05-271-2/+2
| | | | for comparisons.
* Rework the iptables/libvirt handler stuff.Kevin Fenzi2015-04-281-3/+3
|
* Add Koschei stg/prod hostsMikolaj Izdebski2015-04-241-0/+12
| | | | | | | - koschei-specific setup tasks are moved to a new koschei role - cloud dev instance is made to use koschei role - stg and prod instances are added to inventory - koschei host group is introduced
* (stunnel) add a restart handler.Ralph Bean2015-03-171-0/+3
|
* move more restarts to handlersMiroslav Suchý2015-03-111-0/+3
|
* move update-ca-trust to handlerMiroslav Suchý2015-03-111-0/+3
|
* Add initial ip6tables to base.Kevin Fenzi2015-02-061-0/+3
|