Commit Graph

26 Commits (874df00f748a43806610cf15e668ac076b6d71fe)

Author SHA1 Message Date
danasmera 874df00f74 Add double-quote to a variable precedening color 9 years ago
eroldan 87dde862bd Fixed wrong example of 'environment' for setting PATH 9 years ago
Tim Rupp 9a680472f8 Fixes a brief spelling error
Fixes a simple spelling mistake that was bugging me when I read the online
docs. Trying to make the docs as great as possible.
9 years ago
Brian Coca 08617c087b Merge pull request #8866 from Fresheyeball/patch-1
Document Environment in tasks as well
10 years ago
Isaac Shapira 26a1e20bb2 enviroment -> environment 10 years ago
Richard Barrell bed2eb36d3 Issue 8872: use getpass.getpass() to read password.
This avoids passing the plaintext raw password into the script as a
command-line argument, which shells such as bash and zsh will
typically log into a file like ~/bash_history.

As a small bonus, this works a LOT more smoothly if the user's
password has characters in it that either the shell or Python syntax
might like to interpret as metacharacters, like '\' or '"'.

getpass.getpass() is part of Python's standard library in all versions
between 2.4 and 3.3 at least.
10 years ago
Isaac Shapira 7dd95e43a4 Document Environment in tasks as well
Googling around for environment variables in Ansible yields this page. It would be useful to have the task version documented here as well.
10 years ago
Michael DeHaan 99c39b1ff3 By popular request, make the no_log attribute also censor tasks from callbacks. 10 years ago
Darren 54d1a80187 Update faq.rst
Change user mailing list link to ansible-project from ansible-devel
10 years ago
Christian Berendt 58ff9cd7c8 fixed typos found by RETF rules in RST files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
10 years ago
Eric Dahl 9309b6b0e4 Documentation: fix various small typos 10 years ago
Michael DeHaan ba79cf34df Update the FAQ advice on recursive copy now that there are two good ways to do this. 11 years ago
George Yoshida 5ef3cb26d4 Fix docs for faq
- correct spelling
11 years ago
Nathan W 601c4f17ec Fixed Links
Link to guru page was not rendering correctly on http://docs.ansible.com/faq.html.
Link to readme returned 404.
11 years ago
George Angelopoulos b8d7154c30 typo fix 11 years ago
Michael DeHaan 1a6db5449a Document vault and make some cross-references in places where people should read about vault. 11 years ago
Stefhen Hovland d88fea9a96 Fix broken Tower links 11 years ago
Michael DeHaan 81e9a60589 Much rejoicing, ansibleworks.com is now ansible.com
Also note AWX is named "Tower" now, as we found that simpler.
11 years ago
Joshua Lund 3b4f3f8ca3 Improved the documentation for password generation 11 years ago
Michael DeHaan 1251538e96 Fix syntax of docsite anchors. 11 years ago
Michael DeHaan 12ecff71ba Add a few notes about variables to the FAQ. 11 years ago
Mikhail Sobolev 64652fa6ab fix various documentation xrefs 11 years ago
Mikhail Sobolev d1d20b7065 add a link to the resources section 11 years ago
Mikhail Sobolev 34f65f8e84 fix the link formatting 11 years ago
Michael DeHaan 041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 11 years ago
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 11 years ago