You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
10 years ago
..
modules
YAMLSyntax.rst
community.rst
developing.rst
developing_api.rst
developing_inventory.rst
developing_modules.rst Fixed typos 10 years ago
developing_plugins.rst Fix typo: `active` -> `activate` 10 years ago
faq.rst Issue 8872: use getpass.getpass() to read password. 10 years ago
galaxy.rst Can override each role's install path 10 years ago
glossary.rst
guide_aws.rst
guide_gce.rst
guide_rax.rst Fixed typos 10 years ago
guide_rolling_upgrade.rst
guide_vagrant.rst
guides.rst Replace all occurrences of "Digital Ocean" with "DigitalOcean" 10 years ago
guru.rst
index.rst Update version. 10 years ago
intro.rst
intro_adhoc.rst
intro_configuration.rst Docs for command warnings feature. 10 years ago
intro_dynamic_inventory.rst Replace all occurrences of "Digital Ocean" with "DigitalOcean" 10 years ago
intro_getting_started.rst By popular request, make the no_log attribute also censor tasks from callbacks. 10 years ago
intro_installation.rst
intro_inventory.rst
intro_patterns.rst
intro_windows.rst Fixed typos 10 years ago
modules.rst
playbooks.rst
playbooks_acceleration.rst
playbooks_async.rst
playbooks_best_practices.rst Fixed typos 10 years ago
playbooks_checkmode.rst
playbooks_conditionals.rst
playbooks_delegation.rst docs: Add versionadded for run_once 10 years ago
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. 10 years ago
playbooks_special_topics.rst
playbooks_tags.rst
playbooks_variables.rst Update playbooks_variables.rst 10 years ago
playbooks_vault.rst
quickstart.rst
test_strategies.rst Fixed typos 10 years ago
tower.rst