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/docs/docsite/rst
Patrick Gagnon-Renaud d6b40c935f Fix Passlib example in FAQ (#21997)
* Fixes passlib example in FAQ to reduce the number of rounds to 5000

As stated in issue #15326, the default number for glibc is 5000, where
the default for passlib is 656000.

I actually found out when I spend few hours trying to understand why
ansible was taking almost x3 the time to run a playbook when using a
user with sudo and password (comparared to sudo with NOPASSWD set).
Well, it was because the user was created using ansible and the passlib
example found in the docs' FAQ.

Reducing the numbers of rounds to 5000 will ensure a better experience
with ansible for newcomers when using sudo with a password.

* Fixes passlib example in FAQ to reflect the API changes in passlib 1.7

Method encrypt() was deprecated in 1.7 and renamed to hash(), which
happened almost a year ago.

https://passlib.readthedocs.io/en/stable/lib/passlib.ifc.html#passlib.ifc.PasswordHash.encrypt
8 years ago
..
dev_guide Make the metadata docs agree with what's currently implemented 8 years ago
modules consolidated docs 8 years ago
roadmap CHANGELOG/roadmap updates for Windows 8 years ago
YAMLSyntax.rst consolidated docs 8 years ago
become.rst become options dont qualify as new anymore 8 years ago
committer_guidelines.rst consolidated docs 8 years ago
common_return_values.rst Don't mix deprecations messages with warnings messages (#21337) 8 years ago
community.rst Make pull-request sentence less ambiguous (#21802) 8 years ago
conf.py PEP 8 indent cleanup. (#20800) 8 years ago
faq.rst Fix Passlib example in FAQ (#21997) 8 years ago
galaxy.rst consolidated docs 8 years ago
glossary.rst consolidated docs 8 years ago
guide_aws.rst consolidated docs 8 years ago
guide_azure.rst consolidated docs 8 years ago
guide_cloudstack.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
guide_docker.rst consolidated docs 8 years ago
guide_gce.rst consolidated docs 8 years ago
guide_rax.rst consolidated docs 8 years ago
guide_rolling_upgrade.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 8 years ago
guide_vagrant.rst consolidated docs 8 years ago
guides.rst consolidated docs 8 years ago
index.rst consolidated docs 8 years ago
intro.rst consolidated docs 8 years ago
intro_adhoc.rst consolidated docs 8 years ago
intro_bsd.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
intro_configuration.rst Fix docs re inventory_ignore_extensions config (#21132) 8 years ago
intro_dynamic_inventory.rst Fix docs re inventory_ignore_extensions config (#21132) 8 years ago
intro_getting_started.rst consolidated docs 8 years ago
intro_installation.rst Move to using a requirements.txt to install the python packages. (#21430) 8 years ago
intro_inventory.rst Update docker example on Inventory page (#20209) 8 years ago
intro_networking.rst Delete link to test-network-modules (#21347) 8 years ago
intro_patterns.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
intro_windows.rst Correct link in documentation (#21894) 8 years ago
modules.rst Doc module meta (#20093) 8 years ago
modules_intro.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
modules_support.rst Updated wording around support for different modules 8 years ago
playbooks.rst Doc fixes (#20353) 8 years ago
playbooks_acceleration.rst consolidated docs 8 years ago
playbooks_advanced_syntax.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
playbooks_async.rst consolidated docs 8 years ago
playbooks_best_practices.rst Update playbooks_best_practices.rst (#21288) 8 years ago
playbooks_blocks.rst added clarification on directives/blocks 8 years ago
playbooks_checkmode.rst consolidated docs 8 years ago
playbooks_conditionals.rst service state typo 8 years ago
playbooks_debugger.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
playbooks_delegation.rst consolidated docs 8 years ago
playbooks_environment.rst consolidated docs 8 years ago
playbooks_error_handling.rst fixed phrasing on 0 being non error 8 years ago
playbooks_filters.rst removed empty shell block (#21309) 8 years ago
playbooks_filters_ipaddr.rst Doc fixes (#20353) 8 years ago
playbooks_intro.rst Fix all RST errors for docs/docsite/rst (#20005) 8 years ago
playbooks_lookups.rst Make password lookup treat /dev/null as a special case 8 years ago
playbooks_loops.rst Update loop docs to also describe register:'s value when inside loop. (#20991) 8 years ago
playbooks_prompts.rst Update references to Passlib as homepage/docsite moved (#20082) 8 years ago
playbooks_roles.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 8 years ago
playbooks_special_topics.rst consolidated docs 8 years ago
playbooks_startnstep.rst consolidated docs 8 years ago
playbooks_strategies.rst consolidated docs 8 years ago
playbooks_tags.rst clarified tag usage 8 years ago
playbooks_templating.rst corrected which app adds plugins 8 years ago
playbooks_tests.rst Doc fixes (#20353) 8 years ago
playbooks_variables.rst Configurable fact path (#18147) 8 years ago
playbooks_vault.rst added docs for vault and made trigger shorter: !vault (#20985) 8 years ago
porting_guide_2.0.rst Some more code-block fixes 8 years ago
python_3_support.rst consolidated docs 8 years ago
quickstart.rst consolidated docs 8 years ago
test_strategies.rst consolidated docs 8 years ago
tower.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 8 years ago