Toshio Kuratomi
4106047e77
Fix documentation of the variable that backup file name is returned in
10 years ago
Brian Coca
bfda7b8943
Merge pull request #1356 from bcoca/normalize_mysql_bools
...
minor doc fix and made sure check_implicit_admin is true boolean
10 years ago
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).
10 years ago
Greg Taylor
f38bf24c8a
Adding directory creation example to file module.
10 years ago
Brian Coca
428369b76c
Merge pull request #1349 from bcoca/sysctl_value_string
...
value should be string as that is what it compares against
10 years ago
Brian Coca
5011593ee3
fixed typo on novaclient var
10 years ago
Brian Coca
1d47dc2ea0
Merge pull request #1355 from aioue/patch-3
...
Update ec2.py
10 years ago
Brian Coca
37532628c0
minor docfix
10 years ago
Brian Coca
b9dba50372
minor doc fix and made sure check_implicit_admin is true boolean
10 years ago
Brian Coca
e08eb7d7bc
Merge pull request #1341 from tfishersp/devel
...
standardizes bools in argument_spec
10 years ago
Jonathan Mainguy
f7064c672c
added nice error for systemd hosts where name > 64 chars
10 years ago
Tristan Fisher
90b34e2b67
removes bool type from validate.
10 years ago
Tom Paine
c97af02e40
Update ec2.py
...
updated default and choices to match standard
10 years ago
Brian Coca
6196dc8c31
minor doc fix and made sure check_implicit_admin is true boolean
10 years ago
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.
10 years ago
Toshio Kuratomi
7dd9f57e16
Fix splitting of role_attrs
10 years ago
Toshio Kuratomi
81b476cd02
Update module "imports" to new style
...
Fixes #1351
10 years ago
Brian Coca
78d84dc400
value should be string as that is what it compares against
10 years ago
Brian Coca
627593b43a
Merge pull request #1347 from octplane/add_dockerfile_parameter
...
Support optional dockerfile name
10 years ago
Pierre Baillet
06e3ac7bf4
Support optional dockerfile name
10 years ago
Brian Coca
61ec66e557
Merge pull request #1345 from Jmainguy/openbsd_hostname
...
added openbsd to hostname module
10 years ago
Brian Coca
c690c6806b
Merge pull request #1350 from aioue/patch-2
...
Update ec2.py
10 years ago
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.
10 years ago
Semyon Deviatkin
adf34a6ccd
Fix issue #1230
...
When virtual package providing only one package, look up status of target package
10 years ago
Benno Joy
601fa16ada
Merge pull request #1327 from bennojoy/issue_600
...
fixes issue #600 , where ec2 module returns instance state as running ev…
10 years ago
Jonathan Mainguy
ffbdd349b8
added openbsd to hostname module
10 years ago
Toshio Kuratomi
4b44aa4799
Fix use of codecs.escape_decode()
10 years ago
Toshio Kuratomi
94246003d5
Merge branch 'jaypei-fix-lineinfile' into devel
10 years ago
Toshio Kuratomi
142760658f
Slightly more future-proof version of the lineinfile fix
10 years ago
Toshio Kuratomi
2eafbdd63a
Merge branch 'fix-lineinfile' of https://github.com/jaypei/ansible-modules-core into jaypei-fix-lineinfile
10 years ago
Brian Coca
e00b47be75
Merge pull request #1334 from devjatkin/fix-service
...
Fix unused variable systemd_enabled
10 years ago
Toshio Kuratomi
493144e06c
Correct lineinfile documentation about double quoting... Hasn't been the case for years.
10 years ago
Tristan Fisher
db292e08b9
standardizes bools in argument_spec
10 years ago
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
10 years ago
Brian Coca
e1f68b7f33
Merge pull request #1323 from feanil/feanil/vpc_igw
...
Tell me what the igw id is if we created an igw.
10 years ago
Vasyl Kaigorodov
fa9727eb99
GCE module: added Service Account permissions sanity checks
10 years ago
Feanil Patel
77ca3c1148
Output the Internet Gatewoy id directly instead of in a dict.
10 years ago
Vasyl Kaigorodov
f714cc5f7e
GCE module: document Service Account permissions parameter usage
10 years ago
Vasyl Kaigorodov
a0b57f3aab
GCE module: add posibility to specify Service Account permissions during instance creation
10 years ago
Benno Joy
1c418805d9
Merge pull request #673 from mschurenko/ec2_elb_lb_add_stickiness
...
adding stickiness support to ec2_elb_lb.py
10 years ago
Benno Joy
dee65f83af
Merge pull request #1212 from zimbatm/ec2_group-name_priority
...
ec2_group: select own group if the name matches
10 years ago
Semyon Deviatkin
4e22a8039c
Fix unused variable systemd_enabled
...
Removed declared but unused variable systemd_enabled
10 years ago
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)
10 years ago
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
10 years ago
Matt Martz
68c3068940
Merge pull request #1325 from sivel/travis-26
...
Specify that travis should use python2.6
10 years ago
Matt Martz
010cf3b7ad
Specify that travis should use python2.6
10 years ago
Benno Joy
d8b9c1f440
Merge pull request #1206 from mjfroehlich/ec2-support-mfa-auth
...
ec2: Use get_aws_connection_info to get AWS creds.
10 years ago
Brian Coca
137b7e02e7
Merge pull request #1326 from bennojoy/issue_1197
...
Fixes issue 1197 for s3 module, where the file gets downloaded even i…
10 years ago
Benno Joy
ed62de6d3c
Fixes issue 1197 for s3 module, where the file gets downloaded even if checksums match
10 years ago
Benno Joy
9d9d8def6f
fixe issue #600 , where ec2 module returns instance state as runing even after instance is terminated
10 years ago