Commit Graph

7845 Commits (5efcf265d1954704a5a5fdeeb172ea72bba99cdd)
 

Author SHA1 Message Date
James Tanner fd6b16aca8 Merge pull request #4313 from jsdalton/ansible
Add AWS ElastiCache module
11 years ago
James Tanner a8c531a2f6 Merge branch 'add_aws_elasticache_module' of git://github.com/jsdalton/ansible into jsdalton-add_aws_elasticache_module 11 years ago
jctanner 0a54178d30 Merge pull request #4893 from hotgazpacho/patch-1
Fix bad link in README.md
11 years ago
Will Green a73e9e2cc0 Fix bad link in README.md 11 years ago
James Tanner a5c29b886e Merge pull request #4299 from psvo/ansible
Fix check for ROLLBACK_COMPLETE in cloudformation module
11 years ago
James Tanner f332bb0d7c Fixes #4891 Catch unicodedecode errors from python-apt 11 years ago
Philippe Makowski 4455fea579 Merge remote-tracking branch 'upstream/devel' into devel 11 years ago
John Jarvis bf435e2032 Adding more wait conditions to the wait_for module
Adds a new option to wait_for to wait for a file to exist on the file
system before continuing, optionally takes a search_regex param to match
text in the file.
11 years ago
jctanner 6dd81f25d9 Merge pull request #4856 from akuznecov/devel
Resolves #4855 issue with synchronize module failing on multiple items
11 years ago
James Tanner 5a3032a950 Fixes #4884 Do not prematurely exit from file module if src not defined 11 years ago
James Tanner f31cb7c6e8 Merge pull request #4664 from jpmens/ansible
Lookup plugin for etcd

with support for configurable etcd URL in ansible.cfg (and environment)
11 years ago
jctanner deb33e9d0e Merge pull request #4272 from psvo/tags_parameter_for_cloudformation
Add support for tags parameter to cloudformation module
11 years ago
James Tanner dc41bb8085 Merge pull request #4207 from ashorin/ansible
Fail playbook when serial is set and hadlers fail on set.
11 years ago
jctanner f0afb20ceb Merge pull request #4161 from stygstra/openvswitch-modules
Modules for managing Open vSwitch bridges and ports
11 years ago
James Tanner 0ecc83fe98 Change route53 module to use shared ec2 authorization module snippet 11 years ago
James Tanner fb903c5317 Change s3 module to use shared ec2 authorization module snippet 11 years ago
James Tanner 06eb7357fd Remove redundant credential code in vpc module 11 years ago
James Tanner 8332a0b75e Change vpc module to use shared ec2 authorization moudle snippet 11 years ago
James Tanner b37a8b90a6 Fix docstring quoting in vpc module 11 years ago
jctanner 7fdeed6539 Merge pull request #4141 from carsongee/vpc
Added module for handling AWS Virtual Private Clouds
11 years ago
James Tanner e4c2517e89 Add default for remote_src to assemble dostrings to avoid confusion 11 years ago
jctanner 2cf335969f Merge pull request #4738 from bcoca/assemble_action_plugin
assemble can now use src from master/origin
11 years ago
James Tanner 710117e4da Addresses #4628 evaluate package check return properly and exit failure if not present 11 years ago
Brian Coca efd87534eb added unique and intersect filters for dealing with lists
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
11 years ago
Philippe Makowski a4ff61748d Merge remote-tracking branch 'upstream/devel' into devel 11 years ago
James Tanner 48ded5e493 Fix typos in docsite password lookup section 11 years ago
James Tanner 6008ea40ee Add more error detail to the service module for FreeBSD 11 years ago
James Tanner aafe7f5b37 Fixes #4877 set type to bool for cache parameter in apt module 11 years ago
jctanner c459347976 Merge pull request #4245 from abelbabel/patch-1
add check mode support to pkgng module
11 years ago
James Tanner 7502e15298 Address #4285 remove redundant stderr output in apt module 11 years ago
jctanner 9faaa2b98b Merge pull request #4285 from blair/apt-module-register-stdout-stderr
apt: pass child process stdout and stdout to m.fail_json() and m.exit_js...
11 years ago
jctanner a28bcd60d9 Merge pull request #4617 from resmo/feature/python-apt
apt: autoinstall python-apt if apt or apt_pkg is not available
11 years ago
James Tanner f820e8e719 Merge pull request #4286 from blair/ansible
apt: do not consider not-removed and not-upgraded packages as changes.
11 years ago
jctanner ec55268738 Merge pull request #4304 from ferringb/fixes/cron-permissions
Enforce umask for cron module, so cron_file generated files are 0644.
11 years ago
James Tanner e2b75abb1d Add char parameter to password lookup plugin docs on docsite 11 years ago
James Tanner 6e49ee6cfc Remove commented code block 11 years ago
James Tanner 288c33e286 Merge pull request #4078 from mkaluza/ansible
add 'chars' parameter to password plugin to allow custom character set
11 years ago
James Tanner 5eaaca68d1 Merge pull request #4005 from herbyg-axial/ansible/
ec2 inventory script: Add a global group for EC2 and RDS instances when listing EC2 inventory
11 years ago
jctanner 0c29807ba3 Merge pull request #3993 from stoned/inventory-script-all-group-fix
Avoid duplicates of the 'all' group when using inventory script.
11 years ago
James Tanner 9e8eef84e8 Revert "Revert "Delete extra word in index.rst""
This reverts commit 8532263890.
11 years ago
James Tanner 54c510335a Revert "Revert "Tiny RST link fix in modules documentation""
This reverts commit 658dc7a366.
11 years ago
Michael DeHaan bd38e6d92f Update README.md 11 years ago
Michael DeHaan 0a34870b1f Merge pull request #4858 from sivel/rax-clb-serialize
Fix serialization error in rax_clb
11 years ago
Michael DeHaan 3e6369e026 Merge pull request #4862 from rob-szew/devel
Correcting the security group id lookup from the list of security group ...
11 years ago
Hiroaki Nakamura 63a552b2d3 Apply the same change as https://github.com/hnakamur/ansible-playbooks/pull/2 11 years ago
Serge van Ginderachter 80fd22dce6 Check real user's known_hosts when sudo ansible...
closes #4834
11 years ago
Tin Tvrtkovic ea60360449 Use the final URL from the finished request instead of the provided URL for filename generation, to properly deal with redirects. 11 years ago
Rob Szewczyk fe95745a20 Correcting the security group id lookup from the list of security group names 11 years ago
Michael DeHaan 3f4b2d4a24 Merge pull request #4860 from jlaska/async_status_doc
Correct documentation URLs
11 years ago
Philippe Makowski 38a2ee7751 urpmi module 11 years ago