Commit Graph

3365 Commits (a570280b81f9bea745e37252884c34d689348d82)
 

Author SHA1 Message Date
Matt Martz 40d9318afb Initial commit of rax_dns module 11 years ago
Matt Martz 1d9dc6be56 module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json 11 years ago
Matt Martz 99bacf7fff Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks 11 years ago
jeromew 5413ee9431 user module: force= and remove= should not be mutually exclusive 11 years ago
jctanner 5040665cd0 Merge pull request #5075 from gservat/patch-1
Added support for parsing in the SLES patch level correctly
11 years ago
gservat 38ec5b0058 This change is meant to replace distribution_release, not version! 11 years ago
gservat a8c9e2afd1 Oops... fixed an error 11 years ago
jctanner 59993ec76a Merge pull request #5181 from mvo5/bugfix/apt-fnmatch-remove
add fnmatch() support for apt remove too (just like install)
11 years ago
jctanner 56a5ca5f17 Merge pull request #5174 from jinnko/devel
Add documentation for usage of encrypted postgresql passwords.
11 years ago
Jinn Koriech fbb1018abe Fix postgresql_user documentation render 11 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
11 years ago
Michael Vogt 824624fd3b add fnmatch() support for apt remove too (just like install) 11 years ago
jctanner e2c244664c Merge pull request #5173 from zitterbacke/devel
basic AIX network facts
11 years ago
David Hummel fa93e03f22 Fix issue #5043: ec2_vpc module wait=yes state attribute retrieval 11 years ago
Jinn Koriech e1aa94896f Add documentation for usage of encrypted postgresql passwords. 11 years ago
Alfons Zitterbacke f37a217a33 added AIX network facts 11 years ago
Alfons Zitterbacke f556151c56 added AIX network facts 11 years ago
James Tanner 3bb1a263cf Fixes #5169 Evaluate check_mode in the user module SunOS class 11 years ago
Michael DeHaan 608a0ef220 Merge pull request #5168 from sivel/rax_clb_required_together
rax_required_together is a function
11 years ago
Matt Martz d8be08cf00 rax_required_together is a function 11 years ago
Jasper N. Brouwer 677f95294e Fixed false positive on initctl as enable_cmd
Also on update-rc.d
In service module
11 years ago
Bruce Pennypacker 8a5d9531db fixed documentation & added rename example 11 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.
11 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.
11 years ago
Jens Rantil b8347a3144 `file` module: Don't catch `SystemExit`
This fixes issue #5159.
11 years ago
Michael DeHaan edc877d6b0 Merge pull request #5133 from joshuaconner/add_docker_max_version_to_docs
add supported docker version to docs
11 years ago
Michael DeHaan 25776cc4f2 Merge pull request #5143 from evgkrsk/ovirt-import
Use ovirtsdk if it installed, but fall out gracefully if it is not
11 years ago
jctanner 5fb01db898 Merge pull request #5090 from dragon3/hostname_support_amazon_linux
hostname module: add support for Amazon Linux
11 years ago
James Tanner f210e0c862 Fixes #5109 synchronize module ssh port
Added a parameter for dest_port and also check ansible_ssh_port inventory variable.
11 years ago
Evgenii Terechkov dc17b0751d Use ovirtsdk if it installed, but fall out gracefully if it is not 11 years ago
Kamil Kisiel 8aff264216 Don't modify hgrc when running purge 11 years ago
Paul Bonser 4df9dd9232 Optionally unarchive a file already on the remote machine 11 years ago
jctanner 21144a3014 Merge pull request #5078 from brandonhilkert/fix-ec2-tags
Fix checking for existence of EC2 tags
11 years ago
jctanner 4125713b6e Merge pull request #5107 from maetthu/devel
authorized_key module: rewrite options to dict parser, fixes #5032
11 years ago
jctanner cd5c817a36 Merge pull request #5063 from samh/devel
Fixed hostname module for RHEL6 Workstation
11 years ago
Joshua Conner 2c09d829cb add supported docker version to docs 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
jctanner 33f9fd31e9 Merge pull request #4996 from sivel/rax-module-utils
Implement ansible.module_utils.rax
11 years ago
jctanner 70220dc5fd Merge pull request #4938 from giorgio-v/pkgin_y_default
Added `-y` flag to `query_package`
11 years ago
James Tanner 0242f10781 Fixes #4796 handle unicodedecode errors from dmidecode output 11 years ago
James Tanner 576cd98d62 Merge pull request #4502 from dxsarmit/ansible
New library/cloud/ec2 module parameter (assign_public_ip) for non-default VPC instance launching.
11 years ago
Aleksey Ovcharenko 8413552642 Fixed a typo. 11 years ago
Michael DeHaan 4704dfefb0 Merge pull request #5046 from JensRantil/improve-mount-doc
mention that the mount module will remove mount directories
11 years ago
Matthias Blaser 1e1def3fbd rewrite options to dict parser, fixes #5032 11 years ago
Kahlil (Kal) Hodgson 147783528c postgres_db CHECKMODE changed status
Make the changed status for postgres_db under CHECKMODE match the
status that would be returned normally.
11 years ago
Michael DeHaan 4c35b7f380 There's a cleaner way to do this, commit to module formatter pending.
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago."

This reverts commit ff0a41d446.
11 years ago
Michael DeHaan 9e4d71203d No longer need to reference 'version_added' in docs for these, as this was quite a while ago. 11 years ago
dragon3 b5eb3c41e3 hostname module: add support for Amazon Linux 11 years ago
Brandon Hilkert a6879d14ca Fix checking for existence of EC2 tags 11 years ago