summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | fix get_db_infoTERAOKA Yoshinori2013-09-051-2/+2
| | | | | | | | | | | | | | | | | | | | using pg_roles instead of pg_user if database owner is a role (not user) then it can not select form pg_user table.
* | | | | Cleaning up pep8 whitepsace issues in the mysql_replication moduleJames Cammarata2013-09-061-10/+10
| | | | |
* | | | | Merge branch 'bugfix' of https://github.com/jsmartin/ansible into ↵James Cammarata2013-09-061-12/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | jsmartin-bugfix
| * | | | | Fixes for python 2.4 support, better collection of riak version.James Martin2013-09-061-12/+13
| | | | | |
* | | | | | Added version_added to the mysql_variables module doc sectionJames Cammarata2013-09-061-0/+1
| | | | | |
* | | | | | Merge branch 'mysql_variables' of https://github.com/banyek/ansible into ↵James Cammarata2013-09-061-0/+211
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | banyek-mysql_variables
| * | | | | | EXAMPLES section addedBalazs Pocze2013-08-081-0/+7
| | | | | | |
| * | | | | | MySQL variables moduleBalazs Pocze2013-07-301-0/+204
| | | | | | |
* | | | | | | Added version_added to the mysql_replication module doc sectionJames Cammarata2013-09-061-0/+1
| | | | | | |
* | | | | | | Merge branch 'mysql_replication' of https://github.com/banyek/ansible into ↵James Cammarata2013-09-061-0/+410
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | banyek-mysql_replication
| * | | | | | Changes made in documentation (EXAMPLES section added)Balazs Pocze2013-08-081-56/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor identation fixes
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | database names.
* | | | | | Merge pull request #3999 from sergevanginderachter/debversionMichael DeHaan2013-09-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix debian release version
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4014
* | | | | | | Merge pull request #4049 from mscherer/fix_no_kerberosJames Cammarata2013-09-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix no kerberos
| * | | | | | | Also add back gssapi-keyexMichael Scherer2013-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While this is not currently implemented in openssh as far as I know, there is patch floating around on the web and this may land one day upstream.
| * | | | | | | support GSSAPIAuth backKeiichi Mori2013-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GSSAPIAuthentication has not been supported due to PreferredAuthentications trick ( 2bdba17a85 )
* | | | | | | | Merge pull request #3966 from sergevanginderachter/uribugJames Cammarata2013-09-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix bug in uri where redirect check fails.
| * | | | | | | | Fix bug in uri where redirect check fails.Serge van Ginderachter2013-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the redirect check fails, the 'status' key is not set in resp_redir, so we need to check this.
* | | | | | | | | Merge branch 'aix_wpar_facts' of https://github.com/mplonka/ansible into ↵James Cammarata2013-09-051-20/+22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mplonka-aix_wpar_facts
| * | | | | | | | | Skipping facts not available on AIX WPARsMarcin Płonka2013-08-241-20/+22
| | | | | | | | | |
* | | | | | | | | | Merge branch 'rdsfixes' of https://github.com/jamespharaoh/ansible into ↵James Cammarata2013-09-051-3/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jamespharaoh-rdsfixes
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4030
* | | | | | | | | | Merge pull request #4040 from ngrilly/develJames Cammarata2013-09-052-4/+15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update documentation about Jinja2 expressions in playbooks
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3992
* | | | | | | | | | | Merge pull request #3975 from jimi1283/role_defaults_docsJames Cammarata2013-09-051-0/+9
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adding documentation for role default variables
| * | | | | | | | | | | 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
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4045
* | | | | | | | | | | Check for an empty executable passed into the accelerate pluginJames Cammarata2013-09-052-2/+5
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was breaking at least the script module, so it would seem best to check for it and set it to the default executable value
* | | | | | | | | | Always run the accelerate module as the user specified in the playJames Cammarata2013-09-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the accelerate daemon will be run as the sudo_user if specified, which is incorrect.
* | | | | | | | | | 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 mode
| * | | | | | | | | 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 changelog
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also some minor cleanup of some fb* variables and functions, which were remnants of the old fireball2 name Fixes #4021
* | | | | | | | | Minor fix to dependency dupe patchJames Cammarata2013-09-041-2/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'devel-duplicates2' of https://github.com/smoothify/ansible ↵James Cammarata2013-09-041-6/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into smoothify-devel-duplicates2
| * | | | | | | | | Second Attempt: Ensure duplicate roles are not loaded in the case of a ↵smoothify2013-09-041-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing meta/main.yml file.
* | | | | | | | | | Merge branch 'doublecallback' of ↵James Cammarata2013-09-041-4/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/sergevanginderachter/ansible into sergevanginderachter-doublecallback
| * | | | | | | | | | Ensure plugin_loader.all() only loads one instanceSerge van Ginderachter2013-08-121-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by ensuring all basedirs, plugin paths and extra paths are handled as absolute paths and are checked to not add any doubles. This fixes the corner case where e.g. the user has an additional plugin path configured to a dir relative to his playbooks or inventory location, which also matches the _plugin subdir relative to one of the basedirs in the play. For most plugins this doesn't show as an obvious issue except for callback_plugins, which might fire more than once. Other plugins (inventory and template plugins) might unnecessarily be ran twice. e.g. ansible.cfg has callback_plugins = ./plays/callback_plugins and plays/ contains a playbook file: . ├── ansible.cfg ├── inventory └── plays ├── callback_plugins │   └── timestamp.py └── site.yml modified: lib/ansible/utils/plugins.py