Commit Graph

63 Commits (61642cce45f8272fdeb63fabb31290c03556acb8)

Author SHA1 Message Date
Dag Wieers ec158e3ed8 Remove redundant code AFAICT (#3908) 8 years ago
Toshio Kuratomi 2f26352e49 Cleanups of command.py (#4526)
* Import module_utils at the top
* Fix python3 by marking literals combined with stdout/stderr as byte
  literals
* Mark parameters as type=path where appropriate
8 years ago
Toshio Kuratomi b3c606047d Remove git and synchronize modules from list of commands we want users to use the module for instead. (#4233) 8 years ago
jctanner 780c52d8a4 Add a note about using the script module with pseudo-tty's lack of stderr channel (#4000)
Addresses #3610
8 years ago
Brian Coca dbf5d10025 updated raw docs for environment and executable
it should now reflect how raw works in combination with
become and environment directives
8 years ago
Harlan Lieberman-Berg 2b36edd55c command: Correct suggestion of non-existant module apt-get 9 years ago
Michael Scherer b5ef21ef89 Suggest using uri if curl is detected
Some people use the command module to run curl not to
download file, but to interact with remote HTTP api, and the
get_url suggestion is not suitable. So adding uri in the warning
would give a more meaningful warning.

Suggested by Tahvok on #ansible irc channel.
9 years ago
Leonardo Giordani 76e2cf1941 Added some documentation for the shell return values 9 years ago
Toshio Kuratomi 6ff4c4cb71 Add example of using non-posix shellisms to raw and shell
Fixes #14262
9 years ago
Toshio Kuratomi 93d02189f6 Remove duplicate documentation fields 9 years ago
Alexander Gubin 956d1d0700 command: Add warnings for dnf and zypper 9 years ago
Brian Coca 10e70aaf2b note that create globs only work on 2.0
fixes #2666
9 years ago
Brian Coca 1f7686fd31 returned version added 9 years ago
Brian Coca 697307f88c Merge pull request #1670 from mikeputnam/issue-1643-gpl-header
Add missing GPLv3 License header
9 years ago
Brian Coca 8227b48a6a minor doc fixes 9 years ago
Bill Nottingham 69deab1786 Warn on use of sudo, etc. in shell/command. 9 years ago
Mike Putnam 6c0e264806 Add missing GPLv3 License header
Fixes #1643
9 years ago
Toshio Kuratomi 6288d44581 Merge pull request #513 from fgsch/fix_1904
Allow globbing in creates= and removes= directives
9 years ago
Greg DeKoenigsberg 2a5f0bde87 Proper author info for all remaining modules 9 years ago
James Cammarata 76c6a53274 Fix missing expanduser on chdir value 9 years ago
James Cammarata 6a63f2a6ba Command module changes for v2 compatibility 9 years ago
Toshio Kuratomi 98f0c0424a Remove str.format() usage for python2.4 compat.
Fixes #10036
10 years ago
Federico G. Schwindt 9e381264ae Document globbing support 10 years ago
Federico G. Schwindt 3fca5e5876 Allow globbing in creates= and removes= directives
Fixes 1904
10 years ago
Ricky Cook 6db328c79a Fix regex string format 10 years ago
Ricky Cook b195b5a6bb Get warn option same as other args 10 years ago
Ricky Cook 25789b3f47 Add comment to command options dict 10 years ago
Ricky Cook 8d9f6053d3 Simplify command module option parsing 10 years ago
James Cammarata 5af8d55b03 Strip newlines off k=v pairs in command/shell argument parsing
Fixes ansible/ansible#9272
10 years ago
Michael DeHaan 385a037cd6 package files 10 years ago
Michael DeHaan c8e1a2077e file extensions! 10 years ago
Michael DeHaan 417309a626 Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
Michael DeHaan f0a552c060 Make command warnings off by default to minimize surprises. 10 years ago
Michael DeHaan c2cfbcc940 Docs for command warnings feature. 10 years ago
Michael DeHaan 83f06e4162 Slightly trim down the warnings list based on some things being pretty common
for local usage.
10 years ago
Will Thames 9686385898 Added warnings to command module
Generate warnings when users are shelling out to commands
rather than using modules

Can be turned off on a per-action line with the documented
warn=False flag. Can be turned off globally using
command_warnings = False in ansible config file.

Print out warnings using the standard playbook callbacks.

Created some additional tests in TestRunner.test_command
and also a demonstration playbook.
10 years ago
James Cammarata e55911afb2 Removing skipped=True from result when using creates= and removes=
Fixes #8645
10 years ago
Michael DeHaan 185d5a6221 Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts:
	docsite/rst/guide_rax.rst
	plugins/callbacks/mail.py
10 years ago
James Cammarata 0963d4aee4 Move splitter to module_utils so modules can use it and fix command arg splitting
Fixes #8338
10 years ago
James Cammarata 0bf0053652 Fixes for module param counting and additional shell quoting issues 10 years ago
James Cammarata cf8905b2b0 Fixing up shell quoting issues 10 years ago
James Cammarata 274e1f4106 Security fixes:
* Strip lookup calls out of inventory variables and clean unsafe data
  returned from lookup plugins (CVE-2014-4966)
* Make sure vars don't insert extra parameters into module args and prevent
  duplicate params from superseding previous params (CVE-2014-4967)
10 years ago
Michael DeHaan 9b587dafed Add note about useful quote filter. 10 years ago
Rik 8f25698925 Added examples to the command module 10 years ago
Rik 0b8aec9547 Added examples to the shell module 10 years ago
Carlos E. Garcia 4dcaa9d9fb multiple spelling error changes 11 years ago
Michael DeHaan 6fbf707a48 Clarify free_form isn't a real option :) 11 years ago
Cristian Ciupitu 7f681c33a2 Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
11 years ago
James Tanner fc33860e5d Force command action to not be executed by the shell unless specifically enabled 11 years ago