Commit Graph

16 Commits

Author SHA1 Message Date
Kevin Fenzi
81fb4582e7 ansible: change when conditions to use == instead of is when checking strings.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-04-24 21:34:10 +02:00
Karsten Hopp
c9ed62ac32 update ansible_distribution_major_version conditionals
Signed-off-by: Karsten Hopp <karsten@redhat.com>
2020-04-24 21:34:10 +02:00
Kevin Fenzi
4b31ac5152 ansible: Change all our group names from foo-bar to foo_bar or foo-bar-baz to foo_bar_baz
In ansible 2.8 the - character isn't supposed to be valid in group names.
While we could override this, might has well just bite the bullet and change it.
So, just switch all group names to use _ instead of -

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 17:38:09 +00:00
Patrick Uiterwijk
adcbf72f03 Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:25:52 +00:00
Stephen Smoogen
e3c0199dad make another set of stg ip changes 2017-09-29 15:24:58 +00:00
Stephen Smoogen
2734bbec05 move everything in staging except koji/proxy/pgdbr/pkgs to 10.5.128 2017-09-28 19:51:57 +00:00
Patrick Uiterwijk
f916512e4f By default, protect against schema changes in BDR
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-11-01 22:17:52 +00:00
Kevin Fenzi
ba9a5dc146 increase limits for postgres a lot 2016-10-20 21:00:17 +00:00
Kevin Fenzi
53c0e45d2f move legacy db-koji setup above new one so it keeps working 2016-10-17 21:07:09 +00:00
Kevin Fenzi
f653d285e3 Fix mask 2016-10-17 19:27:26 +00:00
Kevin Fenzi
eb69def46c First stab at autogenerating replication ips for pg_hba 2016-10-17 19:22:41 +00:00
Kevin Fenzi
7cf4f3f2be pull in right version of plpython so we do not install old postgresql 2016-10-17 18:13:21 +00:00
Kevin Fenzi
aab2c5f044 check for PG_VERSION as the data dir exists already 2016-10-17 17:42:36 +00:00
Kevin Fenzi
b276b02103 apparently all does not include replication 2016-10-14 20:25:47 +00:00
Kevin Fenzi
67be561e5e just hardcode trusted replication members for now 2016-10-14 20:20:26 +00:00
Kevin Fenzi
0f2bfd76f8 add postgresql bdr role 2016-10-14 19:45:20 +00:00