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
|
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 |
|
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 |
|
doteast
|
18db24b23e
|
review: loop with bare variable name
|
2017-01-31 17:56:14 +00:00 |
|
Kevin Fenzi
|
04a52b8667
|
Death to all trailing whitespace.
|
2016-08-08 19:36:31 +00:00 |
|
Kevin Fenzi
|
a32f8b9e4a
|
Change ansible_fqdn to inventory_hostname. This fixes some few hosts that have incorrect reverse dns
and shouldn't break any others since we always use fully qualified in our inventory.
|
2016-05-11 15:08:50 +00:00 |
|
Kevin Fenzi
|
da541362d0
|
Add check-host playbook from ticket 4290. Many thanks doteast!
|
2015-04-14 22:02:36 +00:00 |
|