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.
2014-09-03 12:41:11 +01:00
Michael DeHaan
99c39b1ff3
By popular request, make the no_log attribute also censor tasks from callbacks.
2014-08-12 13:36:05 -04:00
Darren
54d1a80187
Update faq.rst
...
Change user mailing list link to ansible-project from ansible-devel
2014-05-06 12:07:12 +01:00
Christian Berendt
58ff9cd7c8
fixed typos found by RETF rules in RST files
...
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
2014-05-03 17:59:50 +02:00
Eric Dahl
9309b6b0e4
Documentation: fix various small typos
2014-03-30 18:45:55 -05:00
Michael DeHaan
ba79cf34df
Update the FAQ advice on recursive copy now that there are two good ways to do this.
2014-03-19 18:05:33 -04:00
George Yoshida
5ef3cb26d4
Fix docs for faq
...
- correct spelling
2014-03-15 23:36:42 +09:00
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.
2014-03-04 12:18:34 -06:00
George Angelopoulos
b8d7154c30
typo fix
2014-03-02 13:21:33 +02:00
Michael DeHaan
1a6db5449a
Document vault and make some cross-references in places where people should read about vault.
2014-02-27 17:44:21 -05:00
Stefhen Hovland
d88fea9a96
Fix broken Tower links
2014-01-28 23:41:39 -05:00
Michael DeHaan
81e9a60589
Much rejoicing, ansibleworks.com is now ansible.com
...
Also note AWX is named "Tower" now, as we found that simpler.
2014-01-28 20:29:41 -05:00
Joshua Lund
3b4f3f8ca3
Improved the documentation for password generation
2014-01-07 18:20:39 -07:00
Michael DeHaan
1251538e96
Fix syntax of docsite anchors.
2014-01-02 17:37:48 -05:00
Michael DeHaan
12ecff71ba
Add a few notes about variables to the FAQ.
2013-12-27 15:52:53 -05:00
Mikhail Sobolev
64652fa6ab
fix various documentation xrefs
2013-12-27 18:21:08 +02:00
Mikhail Sobolev
d1d20b7065
add a link to the resources section
2013-12-25 01:20:00 +02:00
Mikhail Sobolev
34f65f8e84
fix the link formatting
2013-12-25 01:19:41 +02:00
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
2013-12-24 17:29:28 -05:00
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
2013-10-14 08:27:30 -04:00