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
2017-02-27 10:14:02 -05:00
..
dev_guide Make the metadata docs agree with what's currently implemented 2017-02-27 09:27:00 -05:00
modules
roadmap CHANGELOG/roadmap updates for Windows 2017-02-17 00:10:17 -08:00
become.rst become options dont qualify as new anymore 2017-02-08 11:51:15 -05:00
committer_guidelines.rst
common_return_values.rst Don't mix deprecations messages with warnings messages (#21337) 2017-02-13 23:49:39 -05:00
community.rst Make pull-request sentence less ambiguous (#21802) 2017-02-22 17:52:41 -08:00
conf.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
faq.rst Fix Passlib example in FAQ (#21997) 2017-02-27 10:14:02 -05:00
galaxy.rst
glossary.rst
guide_aws.rst
guide_azure.rst
guide_cloudstack.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
guide_docker.rst
guide_gce.rst
guide_rax.rst
guide_rolling_upgrade.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 2017-02-15 16:09:33 -08:00
guide_vagrant.rst
guides.rst
index.rst
intro.rst
intro_adhoc.rst
intro_bsd.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
intro_configuration.rst Fix docs re inventory_ignore_extensions config (#21132) 2017-02-10 00:32:22 -08:00
intro_dynamic_inventory.rst Fix docs re inventory_ignore_extensions config (#21132) 2017-02-10 00:32:22 -08:00
intro_getting_started.rst
intro_installation.rst Move to using a requirements.txt to install the python packages. (#21430) 2017-02-15 06:58:09 -08:00
intro_inventory.rst Update docker example on Inventory page (#20209) 2017-01-12 18:57:27 -08:00
intro_networking.rst Delete link to test-network-modules (#21347) 2017-02-13 18:25:15 +00:00
intro_patterns.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
intro_windows.rst Correct link in documentation (#21894) 2017-02-24 22:37:13 +00:00
modules.rst Doc module meta (#20093) 2017-01-10 12:58:22 -08:00
modules_intro.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
modules_support.rst Updated wording around support for different modules 2017-02-13 09:40:22 -05:00
playbooks.rst Doc fixes (#20353) 2017-01-17 18:55:03 -08:00
playbooks_acceleration.rst
playbooks_advanced_syntax.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
playbooks_async.rst
playbooks_best_practices.rst Update playbooks_best_practices.rst (#21288) 2017-02-12 00:01:43 -08:00
playbooks_blocks.rst added clarification on directives/blocks 2017-01-16 11:01:55 -05:00
playbooks_checkmode.rst
playbooks_conditionals.rst service state typo 2017-02-14 10:47:37 -05:00
playbooks_debugger.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
playbooks_delegation.rst
playbooks_environment.rst
playbooks_error_handling.rst fixed phrasing on 0 being non error 2017-01-13 20:55:45 -05:00
playbooks_filters.rst removed empty shell block (#21309) 2017-02-12 11:52:05 -08:00
playbooks_filters_ipaddr.rst Doc fixes (#20353) 2017-01-17 18:55:03 -08:00
playbooks_intro.rst Fix all RST errors for docs/docsite/rst (#20005) 2017-01-07 11:38:52 -08:00
playbooks_lookups.rst Make password lookup treat /dev/null as a special case 2017-02-15 12:15:09 -08:00
playbooks_loops.rst Update loop docs to also describe register:'s value when inside loop. (#20991) 2017-02-02 15:02:28 -08:00
playbooks_prompts.rst Update references to Passlib as homepage/docsite moved (#20082) 2017-01-10 13:17:32 +00:00
playbooks_roles.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 2017-02-15 16:09:33 -08:00
playbooks_special_topics.rst
playbooks_startnstep.rst
playbooks_strategies.rst
playbooks_tags.rst clarified tag usage 2017-01-25 10:52:07 -05:00
playbooks_templating.rst corrected which app adds plugins 2017-01-18 14:14:28 -05:00
playbooks_tests.rst Doc fixes (#20353) 2017-01-17 18:55:03 -08:00
playbooks_variables.rst Configurable fact path (#18147) 2017-01-12 10:49:04 -05:00
playbooks_vault.rst added docs for vault and made trigger shorter: !vault (#20985) 2017-02-03 15:28:50 -05:00
porting_guide_2.0.rst Some more code-block fixes 2017-01-07 11:47:35 -08:00
python_3_support.rst
quickstart.rst
test_strategies.rst
tower.rst Use HTTPS instead of legacy HTTP for ansible.com (#16870) 2017-02-15 16:09:33 -08:00
YAMLSyntax.rst