1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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 fixed typos found by RETF rules in RST files 2014-05-03 17:59:50 +02:00
guide_aws.rst ansible_ec2_instance-id key incorrect 2014-07-02 16:21:55 -07:00
guide_gce.rst Fixes minor typos in the GCE guide, one of which causes a code block to fail to render. 2014-03-26 07:37:34 -07:00
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 Ansible inventory file location fixed 2014-05-07 11:24:28 +02:00
guides.rst Replace all occurrences of "Digital Ocean" with "DigitalOcean" 2014-08-08 22:03:17 +03:00
guru.rst Documentation: fix various small typos 2014-03-30 18:45:55 -05:00
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 fixed typos found by RETF rules in RST files 2014-05-03 17:59:50 +02:00
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 Added note on which version did dirs in group_vars start working 2014-05-22 17:54:21 +03:00
intro_patterns.rst
intro_windows.rst Fixed typos 2014-08-22 11:39:38 +01:00
modules.rst modules.rst: be consistent with service module documentation 2014-04-08 16:45:55 +02:00
playbooks.rst
playbooks_acceleration.rst Documentation updates for accelerate mode improvements 2014-03-23 14:45:49 -05:00
playbooks_async.rst Made it a bit more obvious that 45 are 45 seconds 2014-06-12 09:12:52 +02:00
playbooks_best_practices.rst Fixed typos 2014-08-22 11:39:38 +01:00
playbooks_checkmode.rst
playbooks_conditionals.rst Remove duplicate table of contents in Conditionals 2014-05-26 23:34:50 -04:00
playbooks_delegation.rst docs: Add versionadded for run_once 2014-09-02 11:42:32 +02:00
playbooks_environment.rst fix typo 2014-04-11 16:48:51 +01:00
playbooks_error_handling.rst
playbooks_intro.rst
playbooks_lookups.rst Numbers is not a string module 2014-06-17 12:58:07 +02:00
playbooks_loops.rst made nested lists diff lengths - caused confusion 2014-06-03 17:45:03 -07:00
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 Update tower.rst 2014-06-16 15:51:25 -04:00
YAMLSyntax.rst