Commit Graph

7 Commits (c039aa091582cd31e206692df6f4f148394b41d6)

Author SHA1 Message Date
Jim Richardson c039aa0915 cleanup and simplification of ANSIBLE_REMOTE_TMP feature 14 years ago
Jim Richardson 5917aba761 ANSIBLE_REMOTE_TMP environment variable sets where ansible will stuf tmp files on remote host. Default is /var/tmp for root, and $HOME/.ansible/tmp for non-root 14 years ago
Michael DeHaan 5e84a05db9 override hosts gone 14 years ago
Michael DeHaan 36e454c52f Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
treated -D as a way to show stderr, and make sure modules don't include things on stderr.
Update docs and test module script to come into line.
14 years ago
Michael DeHaan b9982fc17b Reinstate --extra-vars, which can do things in playbooks like:
ansible-playbook release-my-app.yml --extra-vars="version=123"

And make $version available in the playbook without re-editing the file
14 years ago
Tim Bielawa 621dc83ac2 Fix man page option description indentation. 14 years ago
Tim Bielawa d43cf592eb Renaming asciidoc sources to .in.
Change manpages to build from *.in and add comments about how the make
targets work.
14 years ago