summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils
Commit message (Expand)AuthorAgeFilesLines
* Make sure unicode params don't break logging in modulesJames Cammarata2014-02-171-1/+4
* Merge pull request #6001 from jimi-c/issue_4087_sanitize_outputJames Cammarata2014-02-141-2/+17
|\
| * Filter out messages that match the pattern username:password@hostJames Cammarata2014-02-131-2/+17
* | Small fix for ec2 validate_certs optionChris Hoffman2014-02-131-1/+1
* | Adding 'validate_certs' option to EC2 modulesJames Cammarata2014-02-131-2/+16
|/
* Fix log handling of unicode output to syslog in modulesJames Cammarata2014-02-121-3/+6
* When using jsonify in modules, try several unicode encoding for dumps()James Cammarata2014-02-111-1/+6
* Check mutually_exclusive parameters before applying defaultsJames Tanner2014-02-071-1/+4
* Create a common EC2 connection argument spec for EC2 modulesWill Thames2014-02-061-0/+9
* Adding no_log: capability for tasksJames Cammarata2014-01-311-3/+10
* Support providing a tenant_name alsoMatt Martz2014-01-281-0/+4
* Make sure to also include the region when using keyring_authMatt Martz2014-01-281-1/+1
* Only specify to USE_KEYRING as the api_key/password when we actually got a ke...Matt Martz2014-01-281-1/+2
* Support using ~/.pyrax.cfg and multi environmentsMatt Martz2014-01-281-8/+19
* identity_type is set dynamically aboveMatt Martz2014-01-281-2/+0
* Support additional attributes that would allow the rax modules to work with o...Matt Martz2014-01-281-1/+16
* Support keyring for the api_keyMatt Martz2014-01-281-2/+5
* Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeyc...James Tanner2014-01-281-0/+4
* When not finding a host in ~/.ssh/known_hosts, the return value is 0 if the h...Rob Smith2014-01-201-2/+1
* Do not log the rax api_key argument in module invocationMatt Martz2014-01-151-1/+1
* Allow float as an argument type in AnsibleModulewillthames2014-01-131-0/+6
* This fixes bugs added as a part of 8665b0638a1d3a70f985126b0f007a26c81273cbRob Smith2014-01-121-6/+15
* Do not fetch or add keys for http based git urlsJames Tanner2014-01-111-1/+1
* Set accept_hostkey to False by default in the git module and failJames Tanner2014-01-111-10/+10
* Add an "accept_hostkey" parameter to the git module to help automaticallyJames Tanner2014-01-111-0/+58
* Move more responsibility to common EC2 modulewillthames2013-12-171-0/+34
* Merge pull request #5122 from willthames/openlog_strjctanner2013-12-131-2/+2
|\
| * Make first argument to syslog.openlog be a stringWill Thames2013-12-021-2/+2
* | Addresses #5090 setup module was using path.is_file instead of path.isfileJames Tanner2013-12-051-1/+1
* | Merge pull request #5090 from dragon3/hostname_support_amazon_linuxjctanner2013-12-031-2/+5
|\ \
| * | hostname module: add support for Amazon Linuxdragon32013-11-281-2/+5
| |/
* | Add ansible.module_utils.raxMatt Martz2013-11-211-0/+46
|/
* Merge pull request #4896 from mjschultz/aws-access-keysjctanner2013-11-141-0/+4
|\
| * Check for AWS keys using boto namesMichael J. Schultz2013-11-131-0/+4
* | Merge pull request #4803 from dragon3/develjctanner2013-11-141-4/+0
|\ \ | |/ |/|
| * Don't fail if ec2_access_key/ec2_secret_key not specified to use IAM role.dragon32013-11-041-4/+0
* | Fixes #4506 test length of context before checking invalid indexesJames Tanner2013-11-081-4/+6
* | Merge pull request #4413 from jerm/ansibleJames Tanner2013-11-071-8/+25
|/
* AWS_ACCESS_KEY misspelt in shared EC2 connection librarywillthames2013-11-041-2/+2
* Fixes #4540 Use shared module snippet to evaluate ec2 credentialsJames Tanner2013-11-011-0/+38
* Fixes #4767 detect hard links and set state in add_file_infoJames Tanner2013-11-011-0/+2
* Reapply pep8 changes from previous revert.Michael DeHaan2013-10-311-20/+20
* This allows type=dict in a module to allow passing in a real dict or JSON.Michael DeHaan2013-10-311-2/+46
* Undo an inadvertant revert from template changes so we still allow pythonic i...Michael DeHaan2013-10-311-0/+960
* Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-301-958/+0
* Identation + misc PEP8 fixes.Michael DeHaan2013-10-261-20/+20
* Add package file.Michael DeHaan2013-10-261-0/+17
* Enable imports to work on a snippet based system, allowing for instance a lib...Michael DeHaan2013-10-261-0/+958