Commit graph

66 commits

Author SHA1 Message Date
Patrick Uiterwijk
826315206d Temporarily disable this until I fix the script to handle the quick followup
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:29:11 +00:00
Patrick Uiterwijk
a091328b7f The changed_when was not needed, and fixed a path error
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:19:22 +00:00
Patrick Uiterwijk
eeb5989148 Always trigger the fix routing if we restart openvpn 2015-11-04 23:16:57 +00:00
Patrick Uiterwijk
fe6f551049 Move fix-routes.sh to openvpn base and run it on restart
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-11-04 23:09:43 +00:00
83bff63340 Add handler here for mirrorlist-server. 2015-10-15 17:07:17 +00:00
57eb9b4f8f Tweak infinoted config a bit more. Make sync 60 seconds instead of 10
add a handler to restart on config changes.
2015-10-13 20:15:57 +00:00
d96376d8e1 First pass at autocloud backend stuff. 2015-09-28 17:41:16 +00:00
b9c701140a Split bodhi-backend stuff out amongst the two nodes. 2015-09-02 17:02:54 +00:00
cdc204546f Don't let master.yml runs accidentally restart the masher. 2015-08-27 19:43:57 +00:00
d206ef0f46 Finally make the fedora infra cloud playbook idempotent
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.
2015-06-15 19:14:55 +00:00
275f4b5203 Change all instances of ansible_distribution_major_version to filter to int for comparisons. 2015-05-27 22:27:39 +00:00
a136816e83 Rework the iptables/libvirt handler stuff. 2015-04-28 17:18:14 +00:00
a974762d13 Add Koschei stg/prod hosts
- 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
2015-04-24 16:35:48 +00:00
f11e60978f (stunnel) add a restart handler. 2015-03-17 14:15:13 +00:00
4dc9276494 move more restarts to handlers 2015-03-11 09:15:10 +00:00
8b37997c72 move update-ca-trust to handler 2015-03-11 08:54:58 +00:00
8622c15919 Add initial ip6tables to base. 2015-02-06 21:20:11 +00:00
6a4e823ce3 Add restart squid 2015-02-03 00:46:51 +00:00
Tim Flink
5c6b60bf7f adding mariadb_server role and needed bits for putting mariadb on db-qa01.qa 2015-01-31 01:35:47 +00:00
0ddf29358c Add a keepalived role. 2015-01-14 21:29:18 +00:00
538f1bec6a Restart varnish on changes 2015-01-06 22:19:18 +00:00
d73097122a Need a restart haproxy handler 2015-01-06 21:56:49 +00:00
5bd10b3e2c Restart fcomm-cache-worker when config changes. 2014-11-17 15:35:29 +00:00
313cf3ab0d Add handler to iptables to hup libvirtd on buildhw. Ticket 4581 2014-11-08 17:07:36 +00:00
ca6e170d52 Workaround bridge bug on virthosts - https://bugzilla.redhat.com/show_bug.cgi?id=634736 2014-10-08 21:03:20 +00:00
Ricky Elrod
2da4e300cb only restart nagios if the configuration check passes
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2014-09-27 03:30:41 +00:00
29bfbdffda Fix qa09.mgmt https check and add a restart for nagios 2014-09-26 18:23:17 +00:00
Tim Flink
351743ac20 try using ansible_distribution_major_version instead of ansible_distribution_version[0] 2014-09-24 17:41:38 +00:00
Tim Flink
56f380e1d5 changing distribution name to be what ansible is expecting 2014-09-24 17:39:38 +00:00
Tim Flink
d6195c2c33 changing openvpn restart notifications to work on sysvinit and systemd style machines 2014-09-24 17:32:41 +00:00
66c7e2d8a1 configure eth1 on compute node 2014-09-23 08:55:26 +00:00
28fbe5f39f This is a command, not a systemctl module. 2014-08-19 15:07:30 +00:00
a01469ad74 Set memcached to always restart. 2014-08-19 15:01:48 +00:00
8406c182ef Add openvpn handler for Fedora 20+ 2014-08-01 12:58:11 +02:00
00e9c9737f Add an openvpn handler for EL6 2014-08-01 12:35:11 +02:00
77897bacc7 memcached01/02 reborn as rhel7 and with much ansible. 2014-07-14 21:23:23 +00:00
9117585832 Add a dhcp_server role for noc and dhcp01 2014-07-10 22:00:31 +00:00
113e7b8479 Lets see if we can be clever here with openvpn service differences. 2014-06-30 21:12:06 +00:00
e3f8c50b23 A role for bugzilla2fedmsg. 2014-06-24 14:32:06 +00:00
e6e759d969 Run rkhunter --propupd when installing or updating it's config 2014-06-23 04:09:25 +00:00
52c9e9a08d Move keyserver to a role. Thanks misc! 2014-04-24 20:37:51 +00:00
4542efa777 Add missing supervisord handler 2014-03-28 18:36:24 +00:00
fb6ee8bd49 Try out this conditional restart stuff. 2014-03-14 15:30:32 +00:00
aacd92b220 Split up gluster so that restart can happen inbetween. 2014-03-12 21:03:02 +00:00
ead7662594 Migrate smtp-mm machines over to ansible. Ticket 4219. Thanks janeznemanic! 2014-03-03 19:51:44 +00:00
1c64975234 Add unbound role/instances migrated from puppet. Ticket 4198. Thanks adimania! 2014-02-11 17:25:56 +00:00
0c3a84f841 Add kojid handler 2014-01-25 19:24:19 +00:00
869a1965b3 Nuke bacula. 2014-01-13 20:12:26 +00:00
abd631df2b Move the netapp storage route to a handler 2013-11-18 20:32:28 +00:00
8e2ec48cc0 Migrate a bunch of things to roles. Thanks to misc! 2013-08-19 20:12:26 +00:00