summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Remove breakpointJames Tanner2014-02-261-1/+0
* Add --vault-password-file to bin/ansible-pullJames Tanner2014-02-261-0/+6
* Addresses #6188 Add --vault-password-file to bin/ansible and bin/ansible-play...James Tanner2014-02-262-0/+42
* Addresses #6188 Add --vault-password-file option to the ansible-vault commandJames Tanner2014-02-261-7/+34
* Vault rewrite, pass 1James Tanner2014-02-241-26/+30
* Fixes #6082 Set vault password to None by defaultJames Tanner2014-02-191-0/+2
* Fix ansible cli to use vault for group var filesJames Tanner2014-02-191-3/+25
* Fix function nameJames Tanner2014-02-191-5/+5
* Ansible vault: a framework for encrypting any playbook or var file.James Tanner2014-02-182-2/+193
* Fixing usage string in ansible-galaxy install for role filesJames Cammarata2014-02-151-1/+1
* More site rename things.Michael DeHaan2014-01-281-3/+3
* AnsibleWorks -> AnsibleMichael DeHaan2014-01-281-1/+1
* Adding an "Example Playbook" section to the README template for ansible-galaxyJames Cammarata2014-01-241-0/+9
* Adding suggested licenses to the ansible-galaxy meta templateJames Cammarata2014-01-241-0/+7
* Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""Paul Durivage2014-01-202-11/+48
* Revert "Merge pull request #5325 from angstwad/add-su-support"James Tanner2014-01-202-48/+11
* Make sudo and su command line arguments mutually exclusivePaul Durivage2014-01-202-0/+15
* Proposing fix for Issue #4324; adding support for su in connection plugins ss...Paul Durivage2014-01-202-11/+33
* Merge pull request #5376 from bob-smith/galaxyhelpjctanner2014-01-141-8/+17
|\
| * Add some blank lines in help to add readabilityJohn Barker2013-12-201-2/+4
| * Display context appropriate help and inform the user they can do '--helpJohn Barker2013-12-201-8/+15
* | Fixes #3973 Second Revision of live ansible-pull outputJames Tanner2014-01-101-13/+24
* | Fixed splitting of role/user name when username has a '.' in itJames Cammarata2014-01-061-1/+4
* | Don't show tracebacks on Control-C.Michael DeHaan2013-12-261-0/+3
* | Fixing a small typo in the Galaxy README templateJoshua Lund2013-12-241-1/+1
* | Set default role license to BSDJames Tanner2013-12-201-1/+1
* | Use os.pathsep to split roles_path instead of a colonJames Tanner2013-12-201-2/+2
* | Split roles_path on colon separators and use the first path for the installat...James Tanner2013-12-201-0/+3
* | Create a default README.md with ansible-galaxy initJames Tanner2013-12-201-0/+41
* | Don't create main.yml in files/templates directories on galaxy initJames Cammarata2013-12-201-1/+1
* | Addresses #5364 urllib quote role namesJames Tanner2013-12-201-0/+3
|/
* add var for format.kiri2013-12-201-1/+1
* Default deps list in ansible-galaxy template to an empty listJames Cammarata2013-12-191-1/+3
* Don't place (or higher) in the min_ansible_versionMatt Martz2013-12-191-1/+1
* Addresses #5341 expand home directories for role_path in ansible.cfgJames Tanner2013-12-181-2/+7
* Fixes #5341 Use constants.py to set the roles directoryJames Tanner2013-12-181-4/+6
* Add the ansible-galaxy commandJames Tanner2013-12-181-0/+730
* Merge pull request #4817 from j2sol/zero-exitjctanner2013-12-021-2/+2
|\
| * Exit 0 with no matched hostsJesse Keating2013-11-061-2/+2
* | Merge pull request #4706 from mvo5/bugfix/more-syntax-checkjctanner2013-11-141-1/+1
|\ \
| * | load tasks/vars includes in syntax-check mode as wellMichael Vogt2013-10-281-1/+1
* | | Merge pull request #4484 from mscherer/add_short_hostnamejctanner2013-11-141-4/+7
|\ \ \
| * | | also fix the doc, forgot in last commitMichael Scherer2013-10-131-2/+3
| * | | ansible-pull by default will look for local.yml and $fqdn.yml.Michael Scherer2013-10-131-2/+4
* | | | Merge pull request #4466 from sfromm/ansibleJames Tanner2013-11-131-39/+92
|\ \ \ \
| * | | | Add pager support to ansible-docStephen Fromm2013-10-111-39/+88
| |/ / /
* | | | Merge pull request #3937 from masahide/develjctanner2013-11-071-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Take out the spaces inside the parenthesis.YAMASAKI Masahide2013-08-251-1/+1
| * | | Supports to the playbook of Process SubstitutionYAMASAKI Masahide2013-08-241-1/+2
* | | | add a default value for the -d option of ansible-pullMichael Scherer2013-10-181-3/+4
| |_|/ |/| |