Toshio Kuratomi
e591763d62
Merge pull request #1331 from ansible/uri-encoding-fix
...
Fix problem writing binary content to a temporary file in the uri module
2015-05-20 17:56:57 -07:00
Toshio Kuratomi
59ea9003ea
Merge pull request #1359 from Jmainguy/hostname_64_chars
...
added nice error for systemd hosts where name > 64 chars
2015-05-20 17:49:21 -07:00
Toshio Kuratomi
3319875ecf
Merge pull request #1384 from kozmaz87/fix_yum_latest
...
YUM disablerepo fix when state=latest
2015-05-20 15:18:13 -07:00
Zoltan Kozma
364536a76e
- Fixed annoying bug that disablerepo was essentially broken if a package needed updating by state latest.
...
- Replaced some unsafe practice with default parameters. However looking at the code this does not seem to matter much as the calling functions always seem to supply these parameters anyway.
2015-05-20 19:46:39 +01:00
Monty Taylor
6606e4f68d
Add OpenStack Network module
...
Also, deprecate the old quantum network module
2015-05-20 11:41:24 -07:00
Schlueter
9468a65bed
Add state to easy_install
2015-05-20 13:43:53 -04:00
Benno Joy
b0412c13fc
Merge pull request #1367 from Aclima/file-dir-example
...
Adding directory creation example to file module.
2015-05-20 08:47:07 +05:30
Toshio Kuratomi
8d2fdf2aff
Update the cron docs to specify that it takes a boolean value
2015-05-19 14:23:23 -07:00
Toshio Kuratomi
0c04a54f67
Merge pull request #1368 from ansible/postgresql-user-account-vs-role-fix
...
Fix a problem introduced with #1101 and optimize privilege handling
2015-05-19 14:17:35 -07:00
Toshio Kuratomi
4106047e77
Fix documentation of the variable that backup file name is returned in
2015-05-19 14:15:02 -07:00
Brian Coca
bfda7b8943
Merge pull request #1356 from bcoca/normalize_mysql_bools
...
minor doc fix and made sure check_implicit_admin is true boolean
2015-05-19 16:18:05 -04:00
Toshio Kuratomi
c9b17136e4
Fix a problem introduced with #1101 and optimize privilege handling
...
* If a db user belonged to a role which had a privilege, the user would
not have the privilege added as the role gave the appearance that the
user already had it. Fixed to always check the privileges specific to
the user.
* Make fewer db queries to determine if privileges need to be changed
and change them (was four for each privilege. Now two for each object
that has a set of privileges changed).
2015-05-19 12:57:06 -07:00
Greg Taylor
f38bf24c8a
Adding directory creation example to file module.
2015-05-19 11:45:00 -07:00
Brian Coca
428369b76c
Merge pull request #1349 from bcoca/sysctl_value_string
...
value should be string as that is what it compares against
2015-05-19 11:00:51 -04:00
Brian Coca
5011593ee3
fixed typo on novaclient var
2015-05-19 10:52:48 -04:00
Brian Coca
1d47dc2ea0
Merge pull request #1355 from aioue/patch-3
...
Update ec2.py
2015-05-19 10:43:49 -04:00
Brian Coca
37532628c0
minor docfix
2015-05-19 10:44:17 -04:00
Brian Coca
b9dba50372
minor doc fix and made sure check_implicit_admin is true boolean
2015-05-19 10:40:36 -04:00
Brian Coca
e08eb7d7bc
Merge pull request #1341 from tfishersp/devel
...
standardizes bools in argument_spec
2015-05-19 08:43:29 -04:00
Jonathan Mainguy
f7064c672c
added nice error for systemd hosts where name > 64 chars
2015-05-18 23:02:05 -04:00
Tristan Fisher
90b34e2b67
removes bool type from validate.
2015-05-18 18:44:31 -04:00
Tom Paine
c97af02e40
Update ec2.py
...
updated default and choices to match standard
2015-05-18 21:34:57 +01:00
Brian Coca
6196dc8c31
minor doc fix and made sure check_implicit_admin is true boolean
2015-05-18 16:33:46 -04:00
Tom Paine
1f7f7c7dbc
Update ec2.py
...
Update instance_type description to feature up-to-date list of instance types. Matches format of 'ebs_optimized' param which also includes a link.
Update region description to feature up-to-date list of ec2 regions. Matches format of 'ebs_optimized' param which also includes a link.
Updated choices for monitoring param to be explicit bool matching default 'yes'.
Updated choices for source_dest_check to be explicit bool matching default 'true'.
Updated tenancy choices to remove redundant phrasing in comments.
2015-05-18 21:30:18 +01:00
Toshio Kuratomi
7dd9f57e16
Fix splitting of role_attrs
2015-05-18 12:45:47 -07:00
Toshio Kuratomi
81b476cd02
Update module "imports" to new style
...
Fixes #1351
2015-05-18 11:59:20 -07:00
Brian Coca
78d84dc400
value should be string as that is what it compares against
2015-05-18 14:30:43 -04:00
Brian Coca
627593b43a
Merge pull request #1347 from octplane/add_dockerfile_parameter
...
Support optional dockerfile name
2015-05-18 11:51:28 -04:00
Pierre Baillet
06e3ac7bf4
Support optional dockerfile name
2015-05-18 16:51:12 +02:00
Brian Coca
61ec66e557
Merge pull request #1345 from Jmainguy/openbsd_hostname
...
added openbsd to hostname module
2015-05-18 10:15:44 -04:00
Brian Coca
c690c6806b
Merge pull request #1350 from aioue/patch-2
...
Update ec2.py
2015-05-18 09:29:00 -04:00
Tom Paine
764c3ae5a4
Update ec2.py
...
Make assign_public_ip choices explicit. People incorrectly try and assign a specific IP thinking it accepts an IP address as a value.
2015-05-18 14:21:49 +01:00
Semyon Deviatkin
adf34a6ccd
Fix issue #1230
...
When virtual package providing only one package, look up status of target package
2015-05-18 08:10:22 +00:00
Benno Joy
601fa16ada
Merge pull request #1327 from bennojoy/issue_600
...
fixes issue #600 , where ec2 module returns instance state as running ev…
2015-05-18 11:40:02 +05:30
Jonathan Mainguy
ffbdd349b8
added openbsd to hostname module
2015-05-17 23:42:49 -04:00
Toshio Kuratomi
4b44aa4799
Fix use of codecs.escape_decode()
2015-05-17 09:28:14 -07:00
Toshio Kuratomi
94246003d5
Merge branch 'jaypei-fix-lineinfile' into devel
2015-05-17 09:16:53 -07:00
Toshio Kuratomi
142760658f
Slightly more future-proof version of the lineinfile fix
2015-05-17 09:15:57 -07:00
Toshio Kuratomi
2eafbdd63a
Merge branch 'fix-lineinfile' of https://github.com/jaypei/ansible-modules-core into jaypei-fix-lineinfile
2015-05-17 09:14:00 -07:00
Brian Coca
e00b47be75
Merge pull request #1334 from devjatkin/fix-service
...
Fix unused variable systemd_enabled
2015-05-17 08:50:33 -04:00
Toshio Kuratomi
493144e06c
Correct lineinfile documentation about double quoting... Hasn't been the case for years.
2015-05-15 14:13:27 -07:00
Tristan Fisher
db292e08b9
standardizes bools in argument_spec
2015-05-15 17:09:54 -04:00
Toshio Kuratomi
75790b6ebb
Merge pull request #1314 from fdupoux/mysql-db-support-for-xz-compression
...
Add support for xz compression (for dump and import) in mysql_db module
2015-05-15 08:12:50 -07:00
Brian Coca
e1f68b7f33
Merge pull request #1323 from feanil/feanil/vpc_igw
...
Tell me what the igw id is if we created an igw.
2015-05-15 10:12:56 -04:00
Feanil Patel
77ca3c1148
Output the Internet Gatewoy id directly instead of in a dict.
2015-05-15 09:40:30 -04:00
Benno Joy
1c418805d9
Merge pull request #673 from mschurenko/ec2_elb_lb_add_stickiness
...
adding stickiness support to ec2_elb_lb.py
2015-05-15 15:01:11 +05:30
Benno Joy
dee65f83af
Merge pull request #1212 from zimbatm/ec2_group-name_priority
...
ec2_group: select own group if the name matches
2015-05-15 14:47:10 +05:30
Semyon Deviatkin
4e22a8039c
Fix unused variable systemd_enabled
...
Removed declared but unused variable systemd_enabled
2015-05-15 11:36:04 +03:00
Matt Schurenko
08155f145e
adding stickiness support to ec2_elb_lb.py
...
removing policy if enabled is no
adding sanity checks
removing debuging
check if policy exists before deleting
updating version_added to 2.0
adding stickiness support to ec2_elb_lb.py (squashed commit)
2015-05-14 22:30:45 -07:00
Toshio Kuratomi
b307f7bcba
Fix problem writing binary content to a temporary file in the uri module.
...
Fixes https://github.com/ansible/ansible/issues/10938
Fixes https://github.com/ansible/ansible/issues/7606
2015-05-14 14:19:15 -07:00