Commit Graph

3363 Commits (0446a030d7937f12e620092bf0ea5a7a8efe2001)

Author SHA1 Message Date
Matt Martz 8095aa6584 Don't set a default disk_config. Defaulting to 'auto', causes issues with new images
12 years ago
Sean Chittenden 5e0cf6663a Fix broken behavior when removing all auxiliary groups from a user
12 years ago
Mohan Krishnan fb3c8c90e5 Allow explict setting of vpc_security_groups to allow modification of security groups of RDS instances within a VPC
12 years ago
Michael DeHaan d3c1b8de78 Merge pull request #5883 from amirhhz/improve-ec2-module-docs
12 years ago
Jon Chen 970997c764 fix linode typo
12 years ago
Richard Isaacson 66967bde14 Merge pull request #5905 from artursvonda/update-postgresql-docs
12 years ago
James Tanner a62af82757 Make ec2 exact_count and count mutually exclusive
12 years ago
James Tanner 70ebb05190 Return a tagged_instances list for hosts that matched the count_tag
12 years ago
Richard Isaacson 5a15762739 Merge pull request #5826 from romeotheriault/fix_follow_redirects
12 years ago
Arturs Vonda 6d85082586 Added port documentation to postgresql_db and postgresql_user
12 years ago
jctanner 6e7f684958 Merge pull request #5901 from jctanner/ec2_tag_exact_count_2
12 years ago
James Tanner f101768a9d Make an example that sets the instance Names
12 years ago
James Tanner 005ef837d9 Update docstrings
12 years ago
James Tanner fd919062cb Add exact_count and count_tag to the ec2 module.
12 years ago
Afterburn 398c71c1b7 small change to docs
12 years ago
Afterburn 2fe00ac8c9 small change to docs
12 years ago
jctanner 0bc0315171 Merge pull request #5880 from willthames/ec2_modules_refactor
12 years ago
Will Thames 7600c664fe Create a common EC2 connection argument spec for EC2 modules
12 years ago
jctanner a1d2b5f257 Merge pull request #5363 from bcoca/acl_improved
12 years ago
Brian Coca 54a79bfc75 fixed docstring and changed type to etype avoiding python builtin
12 years ago
Richard Isaacson 66f47c2096 Merge pull request #5891 from offby1/devel
12 years ago
James Tanner 7268fe43e7 Use new syntax for module snippets in rabbitmq_policy and update changelog
12 years ago
jctanner cda3f06117 Merge pull request #4957 from retr0h/rabbitmq_policy
12 years ago
jctanner 7fcf6cebfe Merge pull request #5881 from willthames/ec2_keys
12 years ago
jctanner c13161993a Merge pull request #5410 from willthames/rds_snapshot
12 years ago
Eric Hanchrow 7e557663c2 Clarify doc for get_url
12 years ago
James Cammarata 77d5a18392 When force=yes, get_url should always download the specified file
12 years ago
jctanner f50f29f304 Merge pull request #5051 from deontologician/patch-1
12 years ago
jctanner 825a20780f Merge pull request #5127 from ovcharenko/patches
12 years ago
jctanner 1f9de0c076 Merge pull request #5187 from 42wim/devel
12 years ago
Amir H. Hajizamani 843f4e7d7c Neaten up example YAML with 2-space indenting
12 years ago
Amir H. Hajizamani 7c38e8a225 Example should put instance_ids list in quotes for avoid YAML error
12 years ago
Amir H. Hajizamani b0bc2bd86a Fix missing quote mark in route53 doc example
12 years ago
willthames e0c245f1ae Minor tweaks to simplify examples and documentation
12 years ago
jctanner a877b8b030 Merge pull request #5624 from mattsoftware/route53_ttl
12 years ago
jctanner 5967b463c9 Merge pull request #5554 from ttarabul/devel
12 years ago
Matthew Jones 31ac3e71df Allow strings containing single and double quotes to be used as passwords for postgres_user
12 years ago
Timur Batyrshin 658c15930e reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852)
12 years ago
Richard C Isaacson 292d84165e Clean up stray space at the end of a line after a period.
12 years ago
Richard Isaacson f5ed7e1f0a Merge pull request #5828 from mxxcon/patch-1
12 years ago
Pedro Romano 30c8f514a2 Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows it
12 years ago
James Cammarata fcb760c36c Merge pull request #5843 from jimi-c/issue_4088
12 years ago
James Cammarata 75e3b59bbd Adding no_log: capability for tasks
12 years ago
Michael Porter 8ccbf13a13 (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6)
12 years ago
Michael DeHaan a1afd6987c Update copy
12 years ago
James Cammarata 9574f89471 Detect remote_user change in accelerate daemon and allow a restart
12 years ago
jctanner 086f879df9 Merge pull request #5823 from kustodian/authorized_keys
12 years ago
Matt Martz 7498f212fc Update docs for rax_facts to include parameters added for other OpenStack clouds
12 years ago
mxxcon ffac1b5c7f Updated docs to have choices for crypt_scheme
12 years ago
jctanner 086cf0acb7 Merge pull request #5745 from angstwad/cf-module-revert
12 years ago
jctanner 434c78f263 Merge pull request #5744 from angstwad/revert
12 years ago
jctanner 203a66eb48 Merge pull request #4865 from claco/rax_queue
12 years ago
jctanner 360f06b41d Merge pull request #5806 from sivel/rax-mod-utils-improvements
12 years ago
jctanner 6c1f75c688 Merge pull request #5132 from sivel/rax-keypair
12 years ago
jctanner 6265128c9e Merge pull request #4941 from sivel/rax-clb-shared-vip
12 years ago
Manuel Tiago Pereira e563f847ec Fixes #5819: Added --executables to gem uninstall command.
12 years ago
Romeo Theriault 8ea59e8ce5 fix following redirects
12 years ago
kustodian a7839208c7 Updated authorized_key module documentation regarding manage_dir
12 years ago
Wim 06576fed25 Add support for --copy-links
12 years ago
James Cammarata cdc34477be Merge branch 'devel' of https://github.com/aclindsa/ansible into aclindsa-devel
12 years ago
Richard Isaacson c997f03b95 Merge pull request #5821 from risaacson/issue5781
12 years ago
Aaron Lindsay 59ac969d2b Add move_home option to user module
12 years ago
Richard C Isaacson f0c4dace8d If a executable is defined but not found the module should fail. Addresses https://github.com/ansible/ansible/issues/5781.
12 years ago
jctanner 48c477ffc8 Merge pull request #5790 from geerlingguy/patch-3
12 years ago
jctanner b411cce6f3 Merge pull request #5784 from geerlingguy/patch-1
12 years ago
Michael DeHaan 83f43b82ad ansible -> ansibleworks
12 years ago
Richard C Isaacson 7a2df2733f Tested implementation adding action option for (add, delete, unique).
12 years ago
Richard C Isaacson c198217900 Rough cut implementation based on @resmo's comments.
12 years ago
Richard C Isaacson cd871384de Rough cut implementation based on @resmo's comments.
12 years ago
Richard C Isaacson b00939acff Change to dynamically pick up the command from the PATH.
12 years ago
Richard C Isaacson 9650c118cf Formating and syntax fixes that were pointed out during code review.
12 years ago
Richard C Isaacson ec04e30186 Added user option.
12 years ago
Richard C Isaacson 3a7e579bc2 First commit of the at module being very basic.
12 years ago
Matt Martz 07c76d7ec9 Update rax module DOCUMENTATION with new auth options
12 years ago
Brian Coca 46dfe07181 be permissive with BSD with service enabled upper/lower/mixed cases
12 years ago
James Tanner 3ec043ec17 Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeychecking is off
12 years ago
James Tanner 1584d8f01b Add ec2_vol snapshot example from #4189
12 years ago
jctanner fca8ec3d3c Merge pull request #4508 from willthames/ec2_vol_snapshot
12 years ago
James Tanner 5cbe24913f Fix start/stop example in ec2
12 years ago
James Tanner 1641361057 Merge branch 'feat/ec2_start_stop' of git://github.com/Geryon/ansible into Geryon-feat/ec2_start_stop
12 years ago
Jeff Geerling bb2cdb11fd Mention shell module in command documentation
12 years ago
jctanner b8d3c0f865 Merge pull request #5506 from mohangk/fix_elb_register_new_instance
12 years ago
jctanner ff6b44e3e4 Merge pull request #5787 from jirutka/fix-sysctl-bool
12 years ago
jctanner 821858ed08 Merge pull request #5380 from dhml/devel
12 years ago
Jakub Jirutka 8c9a63bcd0 sysctl: parse bool value as 0/1 and refactor a little bit
12 years ago
Jeff Geerling 40e5f641e4 Update wait_for documentation - remove extra quote
12 years ago
Mohan Krishnan 0f95961e33 Fix exception being thrown for new instance
12 years ago
willthames de659af82b Added the ability to add volumes to instances at creation time
12 years ago
James Tanner 17f0c9e477 Refactor ec2_elb_lb to use shared module snippet code
12 years ago
James Tanner 512c02b7d2 Fix missing description key
12 years ago
James Tanner 53b7a495ca Merge branch 'add_ec2_elb_lb_module' of git://github.com/jsdalton/ansible into jsdalton-add_ec2_elb_lb_module
12 years ago
Christopher H. Laco 745a480e5c Add rax_queue module to create/delete Rackspace Cloud Queues
12 years ago
Paul Durivage 2090e75e12 Use dict constructors
12 years ago
Paul Durivage d8bf5033ec Fix revert artifacts, doc update
12 years ago
James Tanner 4b80156267 Standardize some parameters in ec2_key
12 years ago
jctanner cbb2a4ce9b Merge pull request #5256 from zbal/ec2_keys
12 years ago
Paul Durivage b24474ae58 Remove dict comprehension; use dict constructor
12 years ago
Paul Durivage 0a0ed538b2 Resolve revert conflicts
12 years ago
Paul Durivage 0cabb2fcc4 Imperfect revert w/ artifacts.
12 years ago
Paul Durivage 95a436980a Doc updates; fix YAML problems
12 years ago