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
2021-10-19Modernize install (#76021)Matt Martz
2015-05-04Making the switch to v2James Cammarata
2014-12-16Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi
2014-12-16Merge pull request #7306 from abadger/feature/egg-infoBrian Coca
2014-09-17Removing reference to ansible-pull in bin/ansible-vaultJames Cammarata
2014-08-26The correct option is password_file. Fixes #8752Matt Martz
2014-08-12If ansible and ansible-playbook accept a script for --vault-password-file so ...Matt Martz
2014-08-12Keep things alphabetical in vault option list.Michael DeHaan
2014-08-12Fix comments and error messageJakub Paweł Głazik
2014-08-12ansible-vault view - new commandJakub Paweł Głazik
2014-08-08Merge pull request #7765 from samdolan/develMichael DeHaan
2014-07-16Fixing bug where the file handle is not closed properly because the parenthes...Scott Brown
2014-06-14Throw an exception for a missing <file_name> param in ansible-vaultSam Dolan
2014-05-06Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6Toshio Kuratomi
2014-04-30Commenting out pkg_resources lines for now, as they break hacking/env-setupJames Cammarata
2014-04-29Merge branch 'feature/multi-version-import' of https://github.com/abadger/ans...James Cammarata
2014-04-02Remove limitation on number of files for encrypt subcommand in ansible-vaultJames Tanner
2014-03-19Addresses #6579 Disallow vault passwords with newline characters by stripping...James Tanner
2014-03-19Fixes #6579 allow for vault passwords ending with newline charsJames Tanner
2014-03-14Require a recent enough version of pycrypto and see that playbook and vault u...Toshio Kuratomi
2014-03-11Implement new default cipher class AES256James Tanner
2014-03-02get rid of newline chars when reading password fileFrancesc Esplugas
2014-02-26Addresses #6188 Add --vault-password-file option to the ansible-vault commandJames Tanner
2014-02-24Vault rewrite, pass 1James Tanner
2014-02-19Fix function nameJames Tanner
2014-02-19Ansible vault: a framework for encrypting any playbook or var file.James Tanner