Commit Graph

26 Commits

Author SHA1 Message Date
Kevin Fenzi
80d8694583 ansible: fix -- mistake for import_playbook
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 18:23:42 +00:00
Kevin Fenzi
2d1cf41c9f ansible: fix the virt-create calls
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2019-05-20 18:19:27 +00: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
Kevin Fenzi
a901cb2093 drop this since we just remove it later because we are using python3 2017-11-25 23:36:59 +00:00
Kevin Fenzi
afef097a3d switch all the include tasks to import tasks 2017-10-17 17:37:03 +00:00
Kevin Fenzi
d9ee0059b4 typo on a massive scale 2017-10-15 20:33:11 +00:00
Kevin Fenzi
69fd8d117a switch all the handlers to import and drop the global static import 2017-10-15 20:29:59 +00:00
Kevin Fenzi
1bf960425f this needs to be imported not included 2017-10-15 19:54:19 +00:00
Kevin Fenzi
ceff9bfca4 first stab at replacing include with include_playbook or includ_tasks 2017-10-15 19:46:08 +00:00
Stephen Smoogen
d0b6c8ce06 and this is how you break everything before going on a week vacation 2017-05-05 22:12:33 +00:00
Kevin Fenzi
0acfaa2a7e Fix handlers, roles, and tasks to be handlers_path, roles_path and tasks_path so as not to conflict with ansible variables.
Fix duplicate definition of become default that was in group_vars/all as well as vars/global.
2017-04-13 15:46:14 +00:00
Kevin Fenzi
e5da1394ee move yumrepos to pre_tasks so repos are available 2017-01-04 15:29:27 +00:00
Kevin Fenzi
04a52b8667 Death to all trailing whitespace. 2016-08-08 19:36:31 +00:00
Kevin Fenzi
d6eafe9e33 Only install mod_wsgi on mdapi in stg for now. 2016-08-08 17:32:21 +00:00
Michael Scherer
07f04462c3 Move mod_wsgi to a role rather than a included tasks 2016-08-08 16:34:12 +00:00
Pierre-Yves Chibon
2ac8d3ca9e Install PPS on mdapi.stg 2016-07-27 12:12:40 +02:00
Ralph Bean
2226a9eae9 s/nagios_client/nagios\/client/g 2016-02-23 02:33:30 +00:00
Kevin Fenzi
9815e9ac58 Use : instead of ; between host/group names. ; is depreciated and will go away someday. 2016-02-02 21:03:19 +00:00
Pierre-Yves Chibon
c5f75b721e Drop watchdog, Ricky said it's in base 2015-11-17 16:40:23 +01:00
Pierre-Yves Chibon
cf61b98e56 Let's make mdapi01 real 2015-11-17 15:12:33 +01:00
Pierre-Yves Chibon
dc0d4472d6 No to apache on mdapi but yes to fedmsg 2015-11-17 15:08:06 +01:00
Pierre-Yves Chibon
04f6e43c09 Comment out the watchdog role for now 2015-11-17 15:05:22 +01:00
Pierre-Yves Chibon
030f7d4d5a Build mdapi in prod as well 2015-11-17 15:03:18 +01:00
Kevin Fenzi
16448e91da Move mdapi deploy before fedmsg as it needs the mdapi user. 2015-11-09 18:11:10 +00:00
Kevin Fenzi
080f3db029 No denyhosts on Fedora 23 either. 2015-11-09 17:31:10 +00:00
Pierre-Yves Chibon
d654db07ef Add the mdapi playbook 2015-11-09 15:43:30 +01:00