Brian Coca
8d7e61597d
Merge pull request #1722 from fvant/patch-1
...
Remove default for engine_version
9 years ago
Frank van Tol
a85640c368
Update elasticache.py
9 years ago
Frank van Tol
a7f33ee533
Remove default for engine_version
...
Redis and memcached have different engine version numbering, there can not be a shared default value.
9 years ago
Brian Coca
4d4d63c41e
Merge pull request #1403 from aioue/patch-5
...
Update vsphere_guest.py
9 years ago
Benno Joy
63fa06f477
Merge pull request #1385 from joelthompson/devel
...
Adding ability to filter AWS Route 53 private hosted zones by attache…
9 years ago
Brian Coca
ab5b5e8819
corrected version added
9 years ago
Brian Coca
2b53b92dc2
Merge pull request #1539 from acaveroc/mysql_vars_port_definition
...
Mysql vars port definition
9 years ago
Brian Coca
f2acf41c77
Merge pull request #1700 from faulkner/django_manage-collectstatic-change
...
Report change status on django_manage collectstatic.
9 years ago
Brian Coca
b38f0a34d2
Merge pull request #1702 from askulkarni2/devel
...
s3 module: Add missing version tag to "encrypt" parameter
9 years ago
Brian Coca
fb260f4cc2
Merge pull request #1698 from evanccnyc/devel
...
Adding default cooldown to AWS ASG
9 years ago
Apoorva Kulkarni
c0e4c50eeb
s3 module: Add missing version tag to "encrypt" parameter
9 years ago
Brian Coca
514b35d7d7
Merge pull request #1712 from cchurch/win_get_url_updates
...
win_get_url: add force to module docs, default to force=yes
9 years ago
Chris Church
b106a83d0a
Set force=yes as the default, add force parameter to module docs.
9 years ago
Brian Coca
bba1e66896
Merge pull request #1696 from chrismeyersfsu/fix-azure-password
...
ensure password or ssh cert specified
9 years ago
Joel Thompson
10df7b97ee
Adding ability to filter AWS Route 53 private hosted zones by attached VPC
9 years ago
James Cammarata
9acf10face
Correctly default crypt_scheme in htpasswd
9 years ago
Brian Coca
314913ee77
Merge pull request #1694 from vanga/devel
...
Throw error if encryption is set while passing a snapshot id
9 years ago
Greg DeKoenigsberg
b1f8f0d48d
Merge pull request #1485 from talcloudshare/win_get_url-modified
...
win_get_url re-download file only if modified
9 years ago
Brian Coca
11c6e6a3f5
Merge pull request #1179 from hver/devel
...
Allow custom methods in uri module
9 years ago
Iiro Uusitalo
afd0222184
uri.py is not using module_utils/urls.py from ansible core
9 years ago
Iiro Uusitalo
4b1b10fa20
Refactor force basic auth, now all modules which use fetch_url() can use force_basic_auth
9 years ago
Chris Faulkner
440b395f37
Report change status on django_manage collectstatic.
9 years ago
Toshio Kuratomi
350063532e
Merge pull request #1685 from j2sol/feature/os_subnet_ipv6
...
Plumb ipv6 modes into os_subnet
9 years ago
Nicholas O'Connor
9144785c42
Created option snapshot_to_clone. When specified, snapshot_to_clone will create a linked clone copy of the VM.
9 years ago
Evan Carter
68bd17b15e
Adding default cooldown to AWS ASG
9 years ago
Chris Meyers
59225ca7b0
ensure password or ssh cert specified
9 years ago
Toshio Kuratomi
d46c036b75
Add notes about loop squashing and 1.9.2 change to install packages in one yum transaction
9 years ago
vanga
164043bd6d
Throw error if encryption is set while passing a snapshot id
9 years ago
Monty Taylor
007efe438d
Merge pull request #1690 from emonty/typo-fix
...
Fix a small typo in parameter processing
9 years ago
Monty Taylor
fbb6277a37
Fix a small typo in parameter processing
9 years ago
Hennadiy (Gena) Verkh
f190f98b06
Update uri.py
...
Added methods 'TRACE', 'CONNECT' from https://www.rfc-editor.org/rfc/rfc2616.txt , section 5.1.1
Added method 'REFRESH'
9 years ago
Brian Coca
e33f093075
added ignore hidden to assemble
9 years ago
Brian Coca
5ec040a1d2
Merge pull request #1680 from Pallokala/topic_ec2_volume_default_encryption_flag_value_to_None
...
Change the default flag value to None to prevent AWS complaining: "In…
9 years ago
Nic O'Connor
706f5e25cc
Added the ability to Linked_clone from snapshot
9 years ago
Brian Coca
e3c774be6f
Merge pull request #1632 from emonty/feature/os_floating_ip
...
Add OpenStack Floating IP module
9 years ago
Jesse Keating
de89f9f99a
Plumb ipv6 modes into os_subnet
...
Shade already supports these, we just need to plumb them into the module
code.
9 years ago
Jesse Keating
76398781ba
Fix up docs
9 years ago
Brian Coca
8546744418
Merge pull request #1286 from 0tmc/freebsd_mount_fix
...
Use of proper fstab file on FreeBSD
9 years ago
Brian Coca
fa60a20727
Merge pull request #1683 from sean-/devel
...
Fix group mod and group add for FreeBSD
9 years ago
Tom Paine
d6d6186aef
Update vsphere_guest.py
9 years ago
Tom Paine
d9db201b9a
Update vsphere_guest.py
9 years ago
Sean Chittenden
c57d70ad20
Fix group mod and group add for FreeBSD
9 years ago
Brian Coca
8257053756
Merge pull request #1538 from emonty/feature/os_security_group_rule
...
Add OpenStack Security Group Rule Module
9 years ago
Brian Coca
12fbc4712f
Merge pull request #1646 from flyte/rds2-snapshot-on-delete
...
Provide correct kwargs to rds2 connection when making a final snapshot
9 years ago
Juho-Mikko Pellinen
b4911a47d1
Change the default flag value to None to prevent AWS complaining: "Instance creation failed => InvalidBlockDeviceMapping: the encrypted flag cannot be specified since device /dev/sda1 has a snapshot specified."
9 years ago
Monty Taylor
dd9c292861
Update docstring to show port ranges as optional
9 years ago
David Shrewsbury
6933407cd4
Correct port matching logic
...
Port matching logic did not take into account recent shade change
to equate (None, None) to (1, 65535) when Nova is the backend.
Also, this encapsulates the port matching logic into a single function
and heavily documents the logic.
9 years ago
David Shrewsbury
8664c88417
Change required parameters for rules module
...
The ports and protocol are no longer required (and now depends on
a new version of shade).
9 years ago
Monty Taylor
9f03302b68
Use int in the parameter list instead of casting
9 years ago
dagnello
2e8daa2330
Resolving issues in rule comparison algorithm
...
Port range min/max values are at times represented as string and
compared to int equivalents. This fix explicitly ensures all
port range values are ints for proper comparisons.
9 years ago