Commit Graph

275 Commits (2c7d58abe046e08a7b082e63d5699b7f2206ea6c)

Author SHA1 Message Date
James Tanner 0d6f6ad282 Implement new default cipher class AES256 10 years ago
Francesc Esplugas 0fd5829f10 get rid of newline chars when reading password file 10 years ago
James Tanner e3672dded0 Remove breakpoint 11 years ago
James Tanner b74105c689 Add --vault-password-file to bin/ansible-pull 11 years ago
James Tanner 35def422a3 Addresses #6188 Add --vault-password-file to bin/ansible and bin/ansible-playbook 11 years ago
James Tanner 7acd2f3a2d Addresses #6188 Add --vault-password-file option to the ansible-vault command 11 years ago
James Tanner 52a8efefba Vault rewrite, pass 1 11 years ago
James Tanner 7fe3db408d Fixes #6082 Set vault password to None by default 11 years ago
James Tanner 9ba053c885 Fix ansible cli to use vault for group var files 11 years ago
James Tanner aa46ab1d86 Fix function name 11 years ago
James Tanner 427b8dc78d Ansible vault: a framework for encrypting any playbook or var file. 11 years ago
James Cammarata 52c9c1dc39 Fixing usage string in ansible-galaxy install for role files 11 years ago
Michael DeHaan 3b8fd62ff9 More site rename things. 11 years ago
Michael DeHaan d07a3b5e9b AnsibleWorks -> Ansible 11 years ago
James Cammarata fc30467593 Adding an "Example Playbook" section to the README template for ansible-galaxy
Fixes 5397
11 years ago
James Cammarata 593098108e Adding suggested licenses to the ansible-galaxy meta template 11 years ago
Paul Durivage f72f5a20df Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""
This reverts commit c17d0e0357.

Conflicts:
	lib/ansible/runner/connection_plugins/paramiko_ssh.py
11 years ago
James Tanner c17d0e0357 Revert "Merge pull request #5325 from angstwad/add-su-support"
This reverts commit 6f4bfa2cff, reversing
changes made to c91ba3a7c7.
11 years ago
Paul Durivage c95be4ceaa Make sudo and su command line arguments mutually exclusive 11 years ago
Paul Durivage 4088243deb Proposing fix for Issue #4324; adding support for su in connection plugins ssh, ssh_alt
Fixes for ssh_alt support, adding in references to in_data where appropriate
11 years ago
jctanner 1d9e78f2ab Merge pull request #5376 from bob-smith/galaxyhelp
Display context appropriate help and inform the user they can do '--help <command>'
11 years ago
James Tanner 78ec7c736f Fixes #3973 Second Revision of live ansible-pull output 11 years ago
James Cammarata ccbc99fe4f Fixed splitting of role/user name when username has a '.' in it
This may still be an issue if users create roles with a '.' in the name though.
We will probably have to disallow that in the role naming convention.
11 years ago
Michael DeHaan 81bc44ccc2 Don't show tracebacks on Control-C. 11 years ago
Joshua Lund ed39bebaa8 Fixing a small typo in the Galaxy README template 11 years ago
John Barker d607f2ccf5 Add some blank lines in help to add readability 11 years ago
John Barker ed858f9f72 Display context appropriate help and inform the user they can do '--help
<command>
11 years ago
James Tanner 43a1e503c3 Set default role license to BSD 11 years ago
James Tanner c37fa5ddce Use os.pathsep to split roles_path instead of a colon 11 years ago
James Tanner 82d145534c Split roles_path on colon separators and use the first path for the installation path 11 years ago
James Tanner 904ba869cc Create a default README.md with ansible-galaxy init 11 years ago
James Cammarata 0d4294da42 Don't create main.yml in files/templates directories on galaxy init 11 years ago
James Tanner a14d1ca485 Addresses #5364 urllib quote role names 11 years ago
kiri a97e60c63f add var for format. 11 years ago
James Cammarata afa8f36f6b Default deps list in ansible-galaxy template to an empty list 11 years ago
Matt Martz 301ebf8d04 Don't place (or higher) in the min_ansible_version 11 years ago
James Tanner c0aa02144f Addresses #5341 expand home directories for role_path in ansible.cfg 11 years ago
James Tanner 5d022182fe Fixes #5341 Use constants.py to set the roles directory 11 years ago
James Tanner 4a20055a59 Add the ansible-galaxy command 11 years ago
jctanner 6d80c50faf Merge pull request #4817 from j2sol/zero-exit
Exit 0 with no matched hosts
11 years ago
jctanner 189ec15bd5 Merge pull request #4706 from mvo5/bugfix/more-syntax-check
load tasks/vars includes in syntax-check mode as well
11 years ago
jctanner 2d9087b806 Merge pull request #4484 from mscherer/add_short_hostname
ansible-pull by default will look for local.yml and $fqdn.yml.
11 years ago
James Tanner 91e5569324 Merge pull request #4466 from sfromm/ansible
Add pager support to ansible-doc
11 years ago
jctanner e08f685507 Merge pull request #3937 from masahide/devel
Supports to the playbook of Process Substitution
11 years ago
Jesse Keating 46554bbc30 Exit 0 with no matched hosts
And also print to stdout not err

This lines up with how ansible-playbook will exit. 0 in the case of no
matched hosts. This makes it easier to script ansible commands w/
variable iventory input which may or may not have an entry for the
specific ansible task being scripted. No matched hosts is acceptable,
but matched hosts w/ failures is not.
11 years ago
Michael Vogt 0b82722484 load tasks/vars includes in syntax-check mode as well 11 years ago
Michael Scherer f8b23e5721 add a default value for the -d option of ansible-pull
Thi permit to simplify the command line to use by using
a sensible default, and so reduce the number of incorrect
possible choices and setup needed. Among potential
incorrect choices is using a fixed directory in /tmp, which
could be problematic with a setup whose access is not
properly restricted.
11 years ago
Stoned Elipot c7217a8f1b Fix 'ansible-doc -l' runtime error following commit 4430d0f
skip "module" not found as plugin, id est directory
11 years ago
Michael Scherer 92147aff0f also fix the doc, forgot in last commit 11 years ago
Michael Scherer 4b067fa47e ansible-pull by default will look for local.yml and $fqdn.yml.
For a small network ( home, small company ), having to put the FQDN
in each file is a bit tedious, so this patch also add the shorthostname
as a 3rd default if the fqdn is not found.
11 years ago