Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add a note about crypt #74640

Merged
merged 2 commits into from
May 11, 2021
Merged

docs: Add a note about crypt #74640

merged 2 commits into from
May 11, 2021

Conversation

Akasurde
Copy link
Member

@Akasurde Akasurde commented May 9, 2021

SUMMARY

crypt library is used as fallback for passlib.

Fixes: #70740

Signed-off-by: Abhijeet Kasurde akasurde@redhat.com

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

docs/docsite/rst/user_guide/playbooks_filters.rst

crypt library is used as fallback for passlib.

Fixes: ansible#70740

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@ansibot ansibot added affects_2.12 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. docs_only All changes are to files within the docs/docsite/ directory has_issue needs_triage Needs a first human triage before being processed. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels May 9, 2021
@Akasurde Akasurde removed the needs_triage Needs a first human triage before being processed. label May 9, 2021
@samccann samccann merged commit 79e12ba into ansible:devel May 11, 2021
@Akasurde Akasurde deleted the i70740 branch May 11, 2021 15:56
@Akasurde
Copy link
Member Author

@samccann Thanks for the review and merge.

samccann pushed a commit to samccann/ansible that referenced this pull request May 11, 2021
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 79e12ba)
acozine pushed a commit that referenced this pull request May 11, 2021
* Change Shippable refs in docs to Azure Pipelines.

(cherry picked from commit 8bd599d)

* Update cli_parsing.rst (#74555)

Bad indent in an example

(cherry picked from commit dcb807d)

* systemd doc update (#74442)

Document that systemd module manages units (timers, services, ...) and not only service. (#74442)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
(cherry picked from commit 74647a1)

* Update the module lifecycle document to also cover plugins and collections (#74413)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit a6cc508)

* Docs: communication.rst - add ansible-community to the IRC channel list (#74570)

(cherry picked from commit 5463cbb)

* adhoc clarify help (#74616)

also added comments to code

(cherry picked from commit 7f7d306)

* update docs copyright (#74643)

(cherry picked from commit 7195367)

* docs: Add a note about `crypt` (#74640)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 79e12ba)

Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Joseph Jacobs <joej164@gmail.com>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
@ansible ansible locked and limited conversation to collaborators Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.12 core_review In order to be merged, this PR must follow the core review workflow. docs_only All changes are to files within the docs/docsite/ directory docs This issue/PR relates to or includes documentation. has_issue small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Against the documentation password_hash doesn't depend on passlib in all use cases
3 participants