Brad P. Crochet
ded9d626e0
Add support for neutronclient
...
The quantum_* modules will now try neutronclient first, and fall back
to quantumclient. If that fails, error out.
The code now references neutron instead of quantum in all internal
cases.
12 years ago
jctanner
621ce30979
Merge pull request #5274 from veeti/easy_install_chdir
...
Fix permission error when using easy_install through sudo
12 years ago
willthames
74f9f91abf
Move more responsibility to common EC2 module
...
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
12 years ago
jctanner
69c162f556
Merge pull request #5160 from JensRantil/fix-issue-5159
...
Fixes #5159 `file` module: Don't catch `SystemExit`
12 years ago
jctanner
8b925e93e6
Merge pull request #5099 from tartansandal/postgresql_db_check_mode
...
postgres_db CHECKMODE changed status
12 years ago
Aleksey Ovcharenko
1b2d359a69
Added version_added
12 years ago
Troy C
ff1570ea31
catch exposed cs.exceptions instead of novaclient
12 years ago
Mohan Krishnan
4cc45045d5
Adds postgres support for Ansible RDS module
12 years ago
Matt Martz
6443d90808
Don't import novaclient, exceptions are available via cs.exceptions
12 years ago
Matt Martz
77377be11c
Utilize ansible.module_utils.rax
12 years ago
Matt Martz
4a0efeceab
Initial commit of rax_keypair
12 years ago
Alex Coomans
a70d636f03
Add ability to disable the Source/Destination check on EC2
12 years ago
Troy C
c2d34efd21
import novaclient.exceptions for cs.images.find
...
cs.images.find(human_id= throws novaclient.exceptions.NotFound,
resulting in the try/except block with
image = cs.images.find(name=image) being skipped. catching
novaclient.exception.NotFound allows images to be specified with the
human readable name.
Example:
tasks:
- name: Server build request
local_action:
module: rax
region: DFW
image: Ubuntu 12.04 LTS (Precise Pangolin)
Also, the import is placed after try: import pyrax, because pyrax
imports novaclient and should fail if novaclient is missing.
12 years ago
Jens Rantil
38d0df65d8
module(file): Fail instead of exit on exception
12 years ago
Jens Rantil
4262e76aec
module(file): state what went wrong on exception
12 years ago
Joseph Tate
c89c645b27
Added version_added for spot instance parameters
12 years ago
jctanner
76c3055986
Merge pull request #4886 from sergeyhush/devel
...
fix when the system does not have lsb_release script, but has /etc/lsb_release file
12 years ago
James Tanner
ee1b117b9e
Set version_added for new_instance_name in cloud/rds module
12 years ago
jctanner
f9121ba27c
Merge pull request #4872 from timurbatyrshin/4869-old-python-apt-fix
...
#4869 compatibility with older versions of apt
12 years ago
Joseph Tate
4ae79b1cb7
Extend ec2 module to support spot instances
12 years ago
jctanner
d3ad62320d
Merge pull request #5028 from retr0h/correct-nova-api-auth-check
...
Nova doesn't attempt to auth on obj instantiation
12 years ago
Mike Grozak
5a66a95bf3
Added to the file module the functionality to force conversion hard link and symlink when the force attribute is set to 'yes'
12 years ago
jctanner
833ff3dd3b
Merge pull request #4949 from eest/openbsd_pkg-rework-name-parsing
...
openbsd_pkg: rework package name parsing.
12 years ago
Baptiste Lafontaine
7cc911f7ba
Adding 'export' option to subversion module (to export instead of checkout)
12 years ago
Vincent Viallet
b3cb108b66
Bumped to v1.5
12 years ago
jctanner
0a2fd6f088
Merge pull request #5213 from dalevizo/devel
...
Add get_dmi_facts in setup for FreeBSD systems using dmidecode
12 years ago
jctanner
291e0111e5
Merge pull request #5052 from bpennypacker/promote_rename
...
cloud/rds module: added promote command & updated modify command to allow for renaming of database instances.
12 years ago
James Tanner
077b923f39
Addresses #5276 update documentation for ec2_ami no_reboot parameter
12 years ago
evan82
18f446eac1
Fix ec2_ami no_reboot setting (currently it will not reboot instances to create the AMI)
...
Line 276: no_reboot = dict(default=True, type="bool"),
This should really default to False (When AMIs are created the machine will reboot before copying the disk).
"When enabled, Amazon EC2 does not shut down the instance before creating the image. When this option is used, file system integrity on the created image cannot be guaranteed."
12 years ago
jctanner
73d89ee4e8
Merge pull request #5231 from jeffnappi/patch-1
...
Corrected documentation in ec2_ami module - no_reboot defaults to yes
12 years ago
Nicholas DeClario
8b5fee61bb
Added ability to start and stop existing EC2 instances.
12 years ago
Veeti Paananen
671bf1bc60
Fix permission error when using easy_install through sudo
...
Same as b2542bff72 .
12 years ago
Jim Dalton
ab161741a4
Make sure initial_state is initialized
12 years ago
Matt Martz
cc078b17dd
Add version_added for vip_id
12 years ago
Matt Martz
c264e12b53
Add ability to specify a VirtualIP ID for sharing a VIP with another LB
12 years ago
drewlll2ll
8fe3b05262
Added prev_state for directory
12 years ago
Andrii Radyk
29c9922ac5
Adding absent condition for to the wait_for module
12 years ago
Vincent Viallet
36e7395822
Minor typos and remove extra dependencies.
12 years ago
Vincent Viallet
5de7ed5292
Add ec2_key module.
12 years ago
Michael Gregson
f52941701a
Rename digital_ocean_ssh to digital_ocean_sshkey per https://github.com/ansible/ansible/pull/4315#issuecomment-30286556
12 years ago
Jim Dalton
557ad6a411
Account for instances that have not yet been registered. Fixes #5076
12 years ago
Michael DeHaan
acbe7701c3
Merge pull request #5222 from resmo/fix/apt-update
...
apt: update index before trying to autoinstall python-apt
12 years ago
Jeffrey Nappi
d15eeff010
Corrected documentation in ec2_ami module - no_reboot defaults to yes
12 years ago
Rene Moser
0313c517e9
apt: update index before trying to autoinstall python-apt
12 years ago
Paulo Bittencourt
a160dac689
files/file: add support for symbolic permission modes
12 years ago
Leszek Krupiński
16c1b10541
support for apt-key keyserver parameter
12 years ago
Dimos Alevizos
8cda18ec51
Minor changes to simplify code
12 years ago
David Hummel
e329b23365
Fix issue #5214 : hostname persistence on RedHat/CentOS
12 years ago
John Dewey
ed3b65b532
Made a few canges as I learn more about modules
...
* Set check_mode to False, am not supporting this ATM.
* Cleaned up delete/create() into single update().
* Return the group_id if created or found so tasks can be chained.
12 years ago
Dimos Alevizos
34ff7e00a9
Add get_dmi_facts in setup for FreeBSD systems using dmidecode
12 years ago