[libvirt] [jenkins-ci PATCH] guests: Hash test user password dynamically

Fabiano Fidêncio fidencio at redhat.com
Thu Sep 20 19:28:41 UTC 2018


On Tue, Sep 4, 2018 at 2:34 PM, Andrea Bolognani <abologna at redhat.com>
wrote:

> Current versions of Ansible support the password_hash()
> filter, so we can avoid hardcoding a pre-computed hash
> and make what's happening a bit clearer.
>
> Signed-off-by: Andrea Bolognani <abologna at redhat.com>
>

Reviewed-by: Fabiano Fidêncio <fidencio at redhat.com>


> ---
>  guests/playbooks/update/tasks/users.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/guests/playbooks/update/tasks/users.yml
> b/guests/playbooks/update/tasks/users.yml
> index 0a930d6..abaeaa4 100644
> --- a/guests/playbooks/update/tasks/users.yml
> +++ b/guests/playbooks/update/tasks/users.yml
> @@ -28,7 +28,7 @@
>  - name: '{{ flavor }}: Set password'
>    user:
>      name: '{{ flavor }}'
> -    password: '$6$xSlfvkcsDgPmRAMX$mFh9qRmFFW9cyW1n5/
> jeHvq4OmJA8WzSD70Mfis3VHc3Z5imZeiQAg9VNL4sFEtmDy/siU3nJL.QeAapCgfL20'
> +    password: '{{ "test"|password_hash("sha512") }}'
>    when:
>      - flavor == 'test'
>
> --
> 2.17.1
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180920/cbc441db/attachment-0001.htm>


More information about the libvir-list mailing list