Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-15Version bump for 1.7.1v1.7.1release1.7.1James Cammarata
2014-08-15Disallow args: to be specified as a stringJames Cammarata
2014-08-15Catch error in atomic_move when creating temporary fileJames Cammarata
2014-08-15Load group_vars for new groups loaded via add_hostJames Cammarata
2014-08-15Use match() instead of search() for pattern matchingJames Cammarata
2014-08-15Fix host pattern matching and enhance error detectionJames Cammarata
2014-08-15Fixing variable name bug introduced in ac8950fJames Cammarata
2014-08-15Fix vault_password positional args errorJames Cammarata
2014-08-15Make sure playbook_dir variable is an absolute pathJames Cammarata
2014-08-15Adding extra member to mock inventory for unittestsJames Cammarata
2014-08-15Set special vars in play.vars rather than load_varsJames Cammarata
2014-08-15If ansible and ansible-playbook accept a script for --vault-password-file so ...Matt Martz
2014-08-15Fixing broken patch 20957a1James Cammarata
2014-08-15Remove duplicate compiling of task when: statementsJames Cammarata
2014-08-15Need to check e.errno instead of os.errno. Fixes #8548Matt Martz
2014-08-15Make sure we only use unquote on quoted lines in lineinfile when neededJames Cammarata
2014-08-15Unquote lines that were quoted for safety during eval in lineinfileJames Cammarata
2014-08-15Catch task parameter splitting errors nicelyJames Cammarata
2014-08-15Correct parser to ignore escaped quotes when not in quotes alreadyJames Cammarata
2014-08-15Pre-load whole string and use seek to alter tagsMarcus Cobden
2014-08-15Switch cStringIO to StringIO for unicode supportMarcus Cobden
2014-08-15Test escaping strings with two variablesMarcus Cobden
2014-08-15Fix copy/paste errorMarcus Cobden
2014-08-15Optimise string handling in ansible.utils._clean_dataMarcus Cobden
2014-08-15Issue 8502: Fixed bug where failed when permissions weren't specified.Piffey Parlance
2014-08-15Add validate_certs option to apt_repositoryKarol Hosiawa
2014-08-15Preserve all line breaks in literal blocksJames Cammarata
2014-08-15InventoryDir: fixing yet another corner caseSerge van Ginderachter
2014-08-15Fix missing variable initialization for async jidJames Cammarata
2014-08-15Implements the proper method for terminated an auto scale group.James Martin
2014-08-15Make sure default vars are used in template calls for tasksJames Cammarata
2014-08-15Include *.ps1 files in the library for installationJames Cammarata
2014-08-15Catch auth errors in winrm and properly raise errorsJames Cammarata
2014-08-15execute the mount after path validationSerge van Ginderachter
2014-08-15Fixes 8362, returns stderr if No space left on deviceJonathan Mainguy
2014-08-15apache2_module handles multiple lines of output, fixes #7736 and #7857Casey Fitzpatrick
2014-08-14Throw an exception for a missing <file_name> param in ansible-vaultSam Dolan
2014-08-14Hack to fix #7738: Allow tag in image parameter of docker modulePeter Kolloch
2014-08-14fix incorrect secondary ip handling, fixes #7724Stefan Lapers
2014-08-14fix spacingStephen Paul Suarez
2014-08-14fix typoStephen Paul Suarez
2014-08-14support rw bind mode in docker moduleStephen Paul Suarez
2014-08-14apache2_module: Handle dep resolutionJack Neely
2014-08-14Fix parameters check for ec2_volwillthames
2014-08-14set type and default valueAtlas Health
2014-08-07Removing leftover import of atomic_movev1.7.0release1.7.0James Cammarata
2014-08-07Revert "Atomically move known hosts file into place when edited by paramiko c...James Cammarata
2014-08-06Add path checking for relative/escaped tar filenames in the ansible-galaxy co...James Cammarata
2014-08-06Avoid templating raw lookup stringsJames Cammarata
2014-08-06Back-porting in CHANGELOG/etc. for older versionsJames Cammarata