summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2071 from candeira/fix_bug_user_module_v1.0release1.0Michael DeHaan2013-02-161-1/+1
|\
| * fix remote execution NameError in module 'user'Javier Candeira2013-02-141-1/+1
|/
* Merge pull request #2051 from pas256/release1.0Michael DeHaan2013-02-111-0/+6
|\
| * Updating changelog for 1.0 since it was missed during the 1.0 release,Peter Sankauskas2013-02-111-0/+6
|/
* Actually add stdout data to stdout buffer for daemon modeDaniel Hokka Zakrisson2013-02-061-0/+1
* Fixup some release date/notes on the 1.0 release branchMichael DeHaan2013-02-012-2/+2
* Update release dateMichael DeHaan2013-02-011-1/+1
* Update changelogv1.0Michael DeHaan2013-02-011-0/+6
* Merge pull request #1961 from skvidal/yum-modMichael DeHaan2013-02-011-12/+48
|\
| * use a local copy of repoq so we don't inadvertently pollute the one for is_in...Seth Vidal2013-02-011-11/+14
| * don't apply enablerepo's to is_installed() to work around yum-utils/repoquery...Seth Vidal2013-02-011-6/+23
| * test the repos in enablerepo/disablerepo and error out if they are brokenSeth Vidal2013-01-311-3/+19
* | Merge pull request #1957 from jcftang/develMichael DeHaan2013-02-011-0/+52
|\ \
| * | Add macports packaging - points to git repo and devel branch instead of releasesJimmy Tang2013-02-011-0/+52
| |/
* | Merge pull request #1954 from lorin/ec2-facts-fixMichael DeHaan2013-02-011-7/+16
|\ \
| * | If ec2 fact has ':' or '-', change to '_'Lorin Hochstein2013-01-311-7/+16
| |/
* | Merge pull request #1932 from jblaine/patch-1Michael DeHaan2013-02-011-2/+2
|\ \
| * | Correct python module name for jinja2Jeff Blaine2013-01-281-2/+2
* | | Merge pull request #1951 from leucos/patch-2Stephen Fromm2013-02-011-2/+2
|\ \ \
| * | | Update packaging/arch/PKGBUILDMichel Blanc2013-01-311-2/+2
* | | | Merge pull request #1962 from akerl/envfixStephen Fromm2013-02-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | fixed shebang in hacking test-moduleLes Aker2013-02-011-1/+1
|/ / /
* | | Fix error format for invalid vars_filesDaniel Hokka Zakrisson2013-01-311-1/+1
|/ /
* | Merge pull request #1945 from skvidal/extravarsDaniel Hokka Zakrisson2013-01-312-1/+5
|\ \
| * | stop updating SETUP_CACHE in run_play as per comment on pr 1945Seth Vidal2013-01-311-1/+0
| * | - make extra-vars override all other vars and facts in playbooksSeth Vidal2013-01-302-1/+6
* | | Merge pull request #1946 from tgerla/develMichael DeHaan2013-01-301-1/+1
|\ \ \ | |/ / |/| |
| * | Only inventory "running" EC2 instances. "stopped" is also a valid state and t...Tim Gerla2013-01-301-1/+1
|/ /
* | Fix get_url to work on Python 2.4Daniel Hokka Zakrisson2013-01-291-4/+6
* | Merge pull request #1939 from diefans/develDaniel Hokka Zakrisson2013-01-291-2/+2
|\ \
| * | proper bin path now calleddiefans2013-01-291-2/+2
|/ /
* | If failed lookups are fatal, re-raise the exceptionDaniel Hokka Zakrisson2013-01-291-0/+2
* | Get output before receiving return codeDaniel Hokka Zakrisson2013-01-291-1/+3
* | This standardizes the apt_key module someMichael DeHaan2013-01-282-108/+87
|/
* Remove last remnants of daisychainingDaniel Hokka Zakrisson2013-01-282-11/+6
* Add sudo_flags configuration option to alter sudo behaviourDaniel Hokka Zakrisson2013-01-284-4/+10
* Fix module.run_command usage in fireballDaniel Hokka Zakrisson2013-01-281-2/+2
* Merge pull request #1928 from akerl/assemblefixDaniel Hokka Zakrisson2013-01-281-5/+5
|\
| * adjusted assemble to use new file attribute handlingLes Aker2013-01-281-5/+5
|/
* Merge pull request #1927 from junyoungkim/develMichael DeHaan2013-01-271-1/+1
|\
| * whitespaces in FULL_PATH cause an error to get ANSIBLE_PATHjunyoung2013-01-281-1/+1
|/
* Merge pull request #1926 from akerl/requiredcheckMichael DeHaan2013-01-271-1/+1
|\
| * fixed check for required_togetherLes Aker2013-01-271-1/+1
|/
* Allow handler files to be empty lists.Michael DeHaan2013-01-271-0/+4
* Merge pull request #1924 from blair/consistly-use-underscoresMichael DeHaan2013-01-261-3/+3
|\
| * library/apt: consistently use underscores in examples.Blair Zajac2013-01-261-3/+3
* | Add env vars to changelogMichael DeHaan2013-01-261-0/+1
* | Merge pull request #1923 from fdavis/ans_env_additionMichael DeHaan2013-01-261-6/+6
|\ \
| * | add env vars for plugins action,callback,connection,lookup,vars,filterfdavis2013-01-261-6/+6
* | | Merge pull request #1901 from leucos/patch-1Michael DeHaan2013-01-261-2/+2
|\ \ \