Commit Graph

27 Commits

Author SHA1 Message Date
Kevin Fenzi
d8d79f7933 more adjusting to ansible not wanting | in when 2018-04-04 22:52:22 +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
ceff9bfca4 first stab at replacing include with include_playbook or includ_tasks 2017-10-15 19:46:08 +00:00
Patrick Uiterwijk
936e8b261a yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02:00
Patrick Uiterwijk
73f695ab72 Move the rest of yum: to package: as well
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-10-09 00:38:26 +02: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
b1a2d105c9 In ansible 2.2 always_run is depreciated. Switch to check_mode. 2016-11-01 16:29:49 +00:00
Kevin Fenzi
04a52b8667 Death to all trailing whitespace. 2016-08-08 19:36:31 +00:00
Kevin Fenzi
6edacde64b Don't install yum repos, because this means rhel ones will be on centos and cause doom. 2016-07-06 19:33:29 +00:00
Ricky Elrod
dfbfff0d2f I give up
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-14 05:12:59 +00:00
Ricky Elrod
92cd129e5e Try moving it down here, but now I wonder if the other one *ever* runs
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-14 05:09:27 +00:00
Ricky Elrod
42fd762e29 okay fine, try it this way
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-14 05:05:22 +00:00
Ricky Elrod
d6e8c6233e try || instead of or?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-14 05:02:17 +00:00
Ricky Elrod
5bc20b38fb need python2 stuff on f23 too because the "provision instance" stuff depends on it
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-14 04:55:11 +00:00
Ricky Elrod
ff413a111f try adding yumrepos task before installing cloud-utils?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-04 07:28:47 +00:00
Kevin Fenzi
ea767b240b collapse this some 2015-11-30 21:12:16 +00:00
Kevin Fenzi
d0de26d669 Add missing tasks 2015-11-30 21:07:14 +00:00
Kevin Fenzi
4de5695937 Have to move this so it runs on the right host(s) 2015-11-30 21:04:26 +00:00
Pierre-Yves Chibon
7717a99154 Give an example on how to specify the arguments 2015-10-22 12:59:39 +02:00
Kevin Fenzi
1dd79c9801 Remove mentions of lockbox01. 2015-09-25 18:49:17 +00:00
Kevin Fenzi
275f4b5203 Change all instances of ansible_distribution_major_version to filter to int for comparisons. 2015-05-27 22:27:39 +00:00
Kevin Fenzi
5ae73faa7c Fix transient cloud for non atomic case 2015-05-14 17:33:55 +00:00
Kevin Fenzi
608d978f51 Add note about re-running with the same name. Openstack does the right thing! 2015-05-13 23:58:15 +00:00
Kevin Fenzi
b42db39955 See if we can handle the yum, dnf and ostree cases right. 2015-05-13 23:39:35 +00:00
Kevin Fenzi
7bc4f4523e Kill off the old temp cloud instance stuff and make the new one default. 2015-05-13 23:12:42 +00:00