Michael Scherer
f624ec4cb8
Prefer dnf to yum.
...
On Fedora 22 and later, yum is deprecated and dnf is installed by
default. However, the detection do not seems to take this in account,
and always use yum, even when yum cli is just a wrapper to tell "use
dnf", as this is the case on F22 and later ( see package dnf-yum ).
As dnf is not installed by default, except on F22, this shouldn't
break anything.
2015-04-15 16:11:08 -04:00
Brian Coca
4dd233b0dd
Merge pull request #10237 from emonty/remove-auth-token
...
Remove auth token and port openstack module_utils changes to v2 tree
2015-04-01 12:20:59 -04:00
Monty Taylor
87c99b4675
Align verify parameter with validate_certs
...
The rest of ansible uses validate_certs, so make that the main
documented parameter. However, leave verify as an alias since that's the
passthrough value to the underlying libraries.
2015-04-01 07:54:02 -04:00
Monty Taylor
90ca386555
Add api timeout now that shade spports it everywhere
2015-03-31 20:29:06 -04:00
Toshio Kuratomi
60f972dfe4
Fix the command module handling of non-ascii values.
...
We can't depend on the args being unicode text because we're in module
land, not in the ansible controller land
2015-03-25 13:57:48 -07:00
Pierre-Louis Bonicoli
5942144868
Port #10258 to v2
2015-03-23 01:25:18 +01:00
Toshio Kuratomi
b186676e38
Clean up jsonify and make json_dict_*to* more flexible at the same time.
2015-03-20 11:35:19 -07:00
Toshio Kuratomi
70f56c135c
Port #10357 to v2
2015-03-13 11:44:58 -07:00
Monty Taylor
8758ba08bd
Update common OpenStack requests-related parameters
...
Also, update docs related to earlier changes in this stack.
2015-03-06 18:20:45 -05:00
Monty Taylor
0b8773fc99
Remove state from central argument list
...
There is an old PR that shows a great use case for having a different
set of states for the server module. Before the other modules start
being in real use, pull this out so that we don't get ourselves into a
pickle.
2015-02-26 11:35:29 -05:00
Monty Taylor
d06a277b50
Port openstack module_utils changes to v2 branch
2015-02-13 10:42:21 -05:00
Toshio Kuratomi
01a6081b49
First swing at making module_common.py more v2-ish
2015-02-10 12:36:23 -08:00
Toshio Kuratomi
402a6d0533
Explicitly close files opened by facts
...
Fixes #10157
2015-02-09 14:30:06 -08:00
Toshio Kuratomi
4902c06304
Obfuscate passwords in more places where it is displayed
2015-02-09 10:13:13 -08:00
Toshio Kuratomi
4b89eb293f
port fix for https://github.com/ansible/ansible/pull/10129 to v2
2015-01-30 07:51:19 -08:00
James Cammarata
b6a34518ad
Fixing checkmode support and some other things in v2
2015-01-28 13:21:52 -06:00
Toshio Kuratomi
915d232d5f
jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory.
...
Fixes #10007
2015-01-26 20:39:09 -08:00
Toshio Kuratomi
2a04663255
Port forward lmacken's fix for 9886 to v2
2015-01-20 12:41:02 -08:00
James Cammarata
c60c295ada
Adding more fixes for integration testing under v2
2015-01-19 16:18:46 -06:00
James Cammarata
02bc014bcd
More work on getting integration tests running for v2
2015-01-15 01:14:22 -06:00
Toshio Kuratomi
4add30c96e
Optimize away a string replacement :-)
2015-01-14 09:16:09 -08:00
James Cammarata
62d79568be
Creating playbook executor and dependent classes
2014-12-29 10:46:47 -06:00