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/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
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
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
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
intro_networking.rst Delete link to test-network-modules (#21347) 2017-02-13 18:25:15 +00:00
intro_patterns.rst
intro_windows.rst Correct link in documentation (#21894) 2017-02-24 22:37:13 +00:00
modules.rst
modules_intro.rst
modules_support.rst Updated wording around support for different modules 2017-02-13 09:40:22 -05:00
playbooks.rst
playbooks_acceleration.rst
playbooks_advanced_syntax.rst
playbooks_async.rst
playbooks_best_practices.rst Update playbooks_best_practices.rst (#21288) 2017-02-12 00:01:43 -08:00
playbooks_blocks.rst
playbooks_checkmode.rst
playbooks_conditionals.rst service state typo 2017-02-14 10:47:37 -05:00
playbooks_debugger.rst
playbooks_delegation.rst
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_filters.rst removed empty shell block (#21309) 2017-02-12 11:52:05 -08:00
playbooks_filters_ipaddr.rst
playbooks_intro.rst
playbooks_lookups.rst Make password lookup treat /dev/null as a special case 2017-02-15 12:15:09 -08:00
playbooks_loops.rst
playbooks_prompts.rst
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
playbooks_templating.rst
playbooks_tests.rst
playbooks_variables.rst
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
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