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

Add OpenBSD password encryption #40647

Merged
merged 1 commit into from
May 24, 2018
Merged

Conversation

desnudopenguino
Copy link
Contributor

Add docs to password encryption section of FAQ for OpenBSD.

+label: docsite_pr

SUMMARY

OpenBSD comes with its own encryption utility, which must be run on the password text, encrypt <password>. following the code block above in the FAQ, i only included the base command in the code block. I wasn't quite sure where to add my change, so I put it at the bottom of the section since the rest all flows well together.

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

FAQ section in the docs

ANSIBLE VERSION

N/A the command is in the host system, not a part of Ansible.

ADDITIONAL INFORMATION

It took me a while poking around to figure out that the ansible user module wasn't properly encrypting the password for OpenBSD. It appears to work fine for FreeBSD from my experience (2.2-2.4). I thought the few of us in BSD-land would appreciate this little tid-bit.

OpenBSD comes with its own encryption utility as well, which must be run on the password text `encrypt <password>`. following the code block above, i just included the base command in the code block. I wasn't quite sure where to add my change, so I put it at the bottom of the section since the rest all flows well together.

+label: docsite_pr
@ansibot ansibot added affects_2.6 This issue/PR affects Ansible v2.6 docs This issue/PR relates to or includes documentation. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels May 24, 2018
@Akasurde Akasurde removed the needs_triage Needs a first human triage before being processed. label May 24, 2018
@bcoca bcoca merged commit 9404968 into ansible:devel May 24, 2018
@dagwieers dagwieers added the docsite_pr This PR is created from documentation using the "Edit on GitHub" link. label May 26, 2018
gothicx pushed a commit to gothicx/ansible that referenced this pull request Jun 9, 2018
OpenBSD comes with its own encryption utility as well, which must be run on the password text `encrypt <password>`. following the code block above, i just included the base command in the code block. I wasn't quite sure where to add my change, so I put it at the bottom of the section since the rest all flows well together.

+label: docsite_pr
jacum pushed a commit to jacum/ansible that referenced this pull request Jun 26, 2018
OpenBSD comes with its own encryption utility as well, which must be run on the password text `encrypt <password>`. following the code block above, i just included the base command in the code block. I wasn't quite sure where to add my change, so I put it at the bottom of the section since the rest all flows well together.

+label: docsite_pr
@dagwieers dagwieers added the bsd BSD community label Jan 18, 2019
@ansible ansible locked and limited conversation to collaborators May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.6 This issue/PR affects Ansible v2.6 bsd BSD community docs This issue/PR relates to or includes documentation. docsite_pr This PR is created from documentation using the "Edit on GitHub" link. new_contributor This PR is the first contribution by a new community member. 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.

None yet

5 participants