mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update references to Passlib as homepage/docsite moved (#20082)
This commit is contained in:
parent
bcf9cd1e2a
commit
073c4df790
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ The mkpasswd utility that is available on most Linux systems is a great option:
|
|||
mkpasswd --method=sha-512
|
||||
|
||||
If this utility is not installed on your system (e.g. you are using OS X) then you can still easily
|
||||
generate these passwords using Python. First, ensure that the `Passlib <https://code.google.com/p/passlib/>`_
|
||||
generate these passwords using Python. First, ensure that the `Passlib <https://bitbucket.org/ecollins/passlib/wiki/Home>`_
|
||||
password hashing library is installed:
|
||||
|
||||
.. code-block:: shell-session
|
||||
|
|
|
@ -50,7 +50,7 @@ some other options, but otherwise works equivalently::
|
|||
prompt: "Product release version"
|
||||
private: no
|
||||
|
||||
If `Passlib <http://pythonhosted.org/passlib/>`_ is installed, vars_prompt can also crypt the
|
||||
If `Passlib <https://passlib.readthedocs.io/en/stable/>`_ is installed, vars_prompt can also crypt the
|
||||
entered value so you can use it, for instance, with the user module to define a password::
|
||||
|
||||
vars_prompt:
|
||||
|
|
Loading…
Reference in a new issue