summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'mysql_replication' of https://github.com/banyek/ansible into ba...James Cammarata2013-09-061-0/+410
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Changes made in documentation (EXAMPLES section added)Balazs Pocze2013-08-081-56/+67
| * | | | | | mysql_replication module addedBalazs Pocze2013-07-301-0/+399
| |/ / / / /
* | | | | | Cleaning up whitspace issues in the mysql_user moduleJames Cammarata2013-09-061-7/+5
* | | | | | Fixed #3767 - mysql_user command fails with dots (and underscores) inJohn Hamelink2013-09-061-1/+10
* | | | | | Merge pull request #3999 from sergevanginderachter/debversionMichael DeHaan2013-09-061-1/+1
|\ \ \ \ \ \
| * | | | | | fix debian release versionSerge van Ginderachter2013-09-021-1/+1
* | | | | | | Use StringIO to feed md5 calculation to prevent unicode issuesJames Cammarata2013-09-061-1/+2
* | | | | | | Merge pull request #4049 from mscherer/fix_no_kerberosJames Cammarata2013-09-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Also add back gssapi-keyexMichael Scherer2013-09-061-1/+1
| * | | | | | | support GSSAPIAuth backKeiichi Mori2013-09-061-1/+1
* | | | | | | | Merge pull request #3966 from sergevanginderachter/uribugJames Cammarata2013-09-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug in uri where redirect check fails.Serge van Ginderachter2013-08-291-1/+1
* | | | | | | | | Merge branch 'aix_wpar_facts' of https://github.com/mplonka/ansible into mplo...James Cammarata2013-09-051-20/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Skipping facts not available on AIX WPARsMarcin PÅ‚onka2013-08-241-20/+22
* | | | | | | | | | Merge branch 'rdsfixes' of https://github.com/jamespharaoh/ansible into james...James Cammarata2013-09-051-3/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | make rds handle vpc security groups properlyJames Pharaoh2013-09-021-1/+4
| * | | | | | | | | | fix for rds region variableJames Pharaoh2013-09-021-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Change hostvars to a mutable mapping to more closely resemble a dictJames Cammarata2013-09-051-4/+11
* | | | | | | | | | Merge pull request #4040 from ngrilly/develJames Cammarata2013-09-052-4/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update documentation about Jinja2 expressions in playbooksNicolas Grilly2013-09-052-4/+15
* | | | | | | | | | | Corrected example for lineinfile due to ': ' on lineJames Cammarata2013-09-051-1/+2
* | | | | | | | | | | Merge pull request #3975 from jimi1283/role_defaults_docsJames Cammarata2013-09-051-0/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Adding documentation for role default variablesJames Cammarata2013-08-301-0/+9
* | | | | | | | | | | | Move check for accelerate mode deeper to account for ansible_connectionJames Cammarata2013-09-051-8/+10
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Check for an empty executable passed into the accelerate pluginJames Cammarata2013-09-052-2/+5
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Always run the accelerate module as the user specified in the playJames Cammarata2013-09-051-1/+8
* | | | | | | | | | When putting a file in accelerated mode, make sure it's chowned correctlyJames Cammarata2013-09-051-0/+6
* | | | | | | | | | Don't force accelerate connection for local actions.Scott Sturdivant2013-09-051-2/+2
* | | | | | | | | | Ensure ports are set correctly in accelerate moduleJames Cammarata2013-09-051-3/+10
* | | | | | | | | | Merge pull request #4029 from guersam/patch-1James Cammarata2013-09-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Fix: raise correct error in accelerate modeguersam2013-09-051-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4015 from sergevanginderachter/changeflatlogJames Cammarata2013-09-041-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | fix flattened plugin name in changelogSerge van Ginderachter2013-09-041-1/+1
* | | | | | | | | Make sure the accelerated port is set to a sane valueJames Cammarata2013-09-041-0/+3
* | | | | | | | | Adding hostvars to injected variables in accelerate ssh runnerJames Cammarata2013-09-041-7/+9
* | | | | | | | | Minor fix to dependency dupe patchJames Cammarata2013-09-041-2/+1
* | | | | | | | | Merge branch 'devel-duplicates2' of https://github.com/smoothify/ansible into...James Cammarata2013-09-041-6/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Second Attempt: Ensure duplicate roles are not loaded in the case of a missin...smoothify2013-09-041-6/+9
* | | | | | | | | | Merge branch 'doublecallback' of https://github.com/sergevanginderachter/ansi...James Cammarata2013-09-041-4/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ensure plugin_loader.all() only loads one instanceSerge van Ginderachter2013-08-121-4/+8
* | | | | | | | | | | Increase default socket timeout to 5 minutesJames Cammarata2013-09-041-1/+1
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'devel-duplicates' of https://github.com/smoothify/ansible into ...James Cammarata2013-09-041-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ensure duplicate roles are not loaded in the case of a missing meta/main.yml ...smoothify2013-09-041-0/+2
* | | | | | | | | | | Updated CHANGELOG with accelerated mode/role defaults updatesJames Cammarata2013-09-041-0/+2
* | | | | | | | | | | Modified ec2_elb doc per issue #3849James Cammarata2013-09-031-1/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'devel' of https://github.com/mhite/ansible into mhite-develJames Cammarata2013-09-031-54/+345
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Automatically prepend partition if non-fully qualified monitors are passedMatt Hite2013-08-131-0/+7
| * | | | | | | | | | Documentation fixes and enhancementsMatt Hite2013-08-131-23/+73
| * | | | | | | | | | Fix to better handle concurrent runs of module against same poolMatt Hite2013-08-091-16/+48