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
Feanil Patel
77ca3c1148
Output the Internet Gatewoy id directly instead of in a dict.
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
Feanil Patel
0e213e985b
Tell me what the igw id is if we created an igw.
10 years ago
Brian Coca
74351490f7
doc fix
10 years ago
Brian Coca
d501f50c7b
fixed try/except/finally to be 2.4 compatible
10 years ago
Benno Joy
8ab439498c
Merge pull request #1316 from wimnat/feature/issue-444
...
Added postgresql-license type. Fixes issue 444
10 years ago
whiter
da93950fe5
Added postgresql-license type
10 years ago
fdupoux
51ffbda9a1
Add support for xz compression (for dump and import) in mysql_db module
10 years ago
Toshio Kuratomi
ed6b95a0bb
Merge pull request #45 from Jmainguy/mysql_db_alldatabases
...
Adds name=all which allows a user to dump or import all data...
10 years ago
Jonathan Mainguy
f0af9b9ed5
Adds all_databases option which allows a user to dump or import all databases at once, identical to mysqldump --all-databases
...
fix line 132
Update to name=all
cleaned up all_database per abadger's suggestions
10 years ago
Toshio Kuratomi
030c0e95d6
Merge pull request #1310 from h1ppo/patch-1
...
update flat description
10 years ago
Matt Martz
760b39fb60
Merge pull request #1311 from sivel/py27-compileall
...
Add py27 compileall to test all modules
10 years ago
Matt Martz
06171c4590
Add py27 compileall to test all modules, specifically for syntax errors
10 years ago
James Cammarata
576ca33bdc
Fixing digital_ocean documentation and a bug in os_subnet
10 years ago
Brian Coca
52626b4da9
Merge pull request #1309 from aioue/patch-1
...
Update uri.py
10 years ago
Jason Paige
72e5e3a17a
update flat description
...
default behavior is to append the `hostname/path/to/file`, not prepend as currently stated by the flat arg docs
10 years ago
Tom Paine
97b64abf75
Update uri.py
...
Move choices from description to choices field.
10 years ago
Benno Joy
88509fdb27
Merge pull request #729 from PugglePay/ec2_vol_find_or_create
...
[ec2_vol] Find or Create volume by name
10 years ago
Jell
6b27cdc08e
[ec2_vol] Find or Create volume by name
10 years ago
Brian Coca
20abd5cf68
Merge pull request #1305 from bcoca/unarchive_max_tb_fix
...
generic fix for Exceptions that happen when trying to set permissions
10 years ago
Toshio Kuratomi
1f99382dfb
Finish up cleanups to modules:
...
* Add python>= 2.6 to documented requirements when a module's deps need
python>= 2.6 so we know when a module can use python2.6+ syntax
* Remove BabyJSON usage
* Change modules to use if __name__ == '__main__' so that they can
potentially be unittested
The BabJSON changes Fixes #1211
10 years ago
Toshio Kuratomi
60a66a544d
Several cleanups to many modules:
...
* Fix docs to specify when python2.6+ is required (due to a library
dep). This helps us know when it is okay to use python2.6+ syntax in
the file.
* remove BabyJson returns. See #1211 This commit fixes all but the
openstack modules.
* Use if __name__ == '__main__' to only run the main part of the module
if the module is run as a program. This allows for the potential to
unittest the code later.
10 years ago