Commit Graph

6610 Commits (fbf94de0d1a8d3271922cd8e49f09558e6ff8d2d)
 

Author SHA1 Message Date
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
Matt Martz 0b36507540 Initial commit of rax_dns_record 12 years ago
Matt Martz b82ccee78c Remove errant raise 12 years ago
Matt Martz ecee2f4537 Add state attribute to description 12 years ago
Matt Martz 40d9318afb Initial commit of rax_dns module 12 years ago
Matt Martz 1d9dc6be56 module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json 12 years ago
Matt Martz 99bacf7fff Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks 12 years ago
jeromew 5413ee9431 user module: force= and remove= should not be mutually exclusive 12 years ago
jctanner 5040665cd0 Merge pull request #5075 from gservat/patch-1
Added support for parsing in the SLES patch level correctly
12 years ago
gservat 38ec5b0058 This change is meant to replace distribution_release, not version! 12 years ago
gservat a8c9e2afd1 Oops... fixed an error 12 years ago
jctanner 59993ec76a Merge pull request #5181 from mvo5/bugfix/apt-fnmatch-remove
add fnmatch() support for apt remove too (just like install)
12 years ago
jctanner 56a5ca5f17 Merge pull request #5174 from jinnko/devel
Add documentation for usage of encrypted postgresql passwords.
12 years ago
Jinn Koriech fbb1018abe Fix postgresql_user documentation render 12 years ago
Michael Scherer 93105ea590 Fix apt module to be able to install package by giving just a provides and not the full name
The apt module check if a packag eis valid by loking in the cache, checking only for
full name, while it should also check that the name is not just provided.
Fix https://github.com/ansible/ansible/issues/5177
12 years ago
Michael Vogt 824624fd3b add fnmatch() support for apt remove too (just like install) 12 years ago
jctanner e2c244664c Merge pull request #5173 from zitterbacke/devel
basic AIX network facts
12 years ago
David Hummel fa93e03f22 Fix issue #5043: ec2_vpc module wait=yes state attribute retrieval 12 years ago
Jinn Koriech e1aa94896f Add documentation for usage of encrypted postgresql passwords. 12 years ago
Alfons Zitterbacke f37a217a33 added AIX network facts 12 years ago
Alfons Zitterbacke f556151c56 added AIX network facts 12 years ago
James Tanner 3bb1a263cf Fixes #5169 Evaluate check_mode in the user module SunOS class 12 years ago
Michael DeHaan 608a0ef220 Merge pull request #5168 from sivel/rax_clb_required_together
rax_required_together is a function
12 years ago
Matt Martz d8be08cf00 rax_required_together is a function 12 years ago
Jasper N. Brouwer 677f95294e Fixed false positive on initctl as enable_cmd
Also on update-rc.d
In service module
12 years ago
Bruce Pennypacker 8a5d9531db fixed documentation & added rename example 12 years ago
Jens Rantil 71590827ab module(nagios): don't catch `SystemExit`
If we do this, we risk outputting two JSON payloads, which will be
unparsable.
12 years ago
Jens Rantil c475814519 module(apt_key): don't catch `SystemExit`
If we do this, we risk outputting two JSON payloads, which will be
unparsable.
12 years ago
Jens Rantil b8347a3144 `file` module: Don't catch `SystemExit`
This fixes issue #5159.
12 years ago
John Dewey 0805a1f9b7 Added ability to manage nova floating IPs
This module is based off the ec2_eip module, but accounts for pools,
which is openstack related functionality.
12 years ago