ansible/docsite/rst
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
..
modules
community.rst
developing.rst
developing_api.rst
developing_inventory.rst
developing_modules.rst Fixed typos 2014-08-22 11:39:38 +01:00
developing_plugins.rst Fix typo: active -> activate 2014-08-26 14:19:18 -04:00
faq.rst Issue 8872: use getpass.getpass() to read password. 2014-09-03 12:41:11 +01:00
galaxy.rst Can override each role's install path 2014-08-27 16:43:39 -07:00
glossary.rst
guide_aws.rst ansible_ec2_instance-id key incorrect 2014-07-02 16:21:55 -07:00
guide_gce.rst
guide_rax.rst Fixed typos 2014-08-22 11:39:38 +01:00
guide_rolling_upgrade.rst Add note about useful quote filter. 2014-07-18 18:23:48 -04:00
guide_vagrant.rst
guides.rst Replace all occurrences of "Digital Ocean" with "DigitalOcean" 2014-08-08 22:03:17 +03:00
guru.rst
index.rst Update version. 2014-08-01 19:43:54 -04:00
intro.rst Docsite things. 2014-06-19 14:25:28 -05:00
intro_adhoc.rst
intro_configuration.rst Docs for command warnings feature. 2014-08-22 15:37:07 -04:00
intro_dynamic_inventory.rst Replace all occurrences of "Digital Ocean" with "DigitalOcean" 2014-08-08 22:03:17 +03:00
intro_getting_started.rst By popular request, make the no_log attribute also censor tasks from callbacks. 2014-08-12 13:36:05 -04:00
intro_installation.rst Update docs to mention new PPA 2014-07-16 12:26:17 -04:00
intro_inventory.rst
intro_patterns.rst
intro_windows.rst Fixed typos 2014-08-22 11:39:38 +01:00
modules.rst
playbooks.rst
playbooks_acceleration.rst
playbooks_async.rst
playbooks_best_practices.rst Fixed typos 2014-08-22 11:39:38 +01:00
playbooks_checkmode.rst
playbooks_conditionals.rst
playbooks_delegation.rst docs: Add versionadded for run_once 2014-09-02 11:42:32 +02:00
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_intro.rst
playbooks_lookups.rst
playbooks_loops.rst
playbooks_prompts.rst
playbooks_roles.rst Add documentation for new ansible-galaxy role options in 1.8. Much rejoicing. 2014-08-21 17:15:23 -04:00
playbooks_special_topics.rst
playbooks_tags.rst
playbooks_variables.rst Update playbooks_variables.rst 2014-08-28 09:39:14 -05:00
playbooks_vault.rst Update vault docs to indicate the executable script option is part of Ansible 1.7. 2014-08-01 10:30:43 -04:00
quickstart.rst
test_strategies.rst Fixed typos 2014-08-22 11:39:38 +01:00
tower.rst
YAMLSyntax.rst