On Thu, 11 Jun 2020 11:39:07 -0700 (PDT)
"'Mark Tovey' via Ansible Project" <ansible-project@googlegroups.com> wrote:

> .. set a common password on groups of servers.

It's possible to use "pass" to generate and store the passwords
https://www.passwordstore.org/
, and to use "passwordstore" Ansible lookup plugin to retrieve, create or
update passwords
https://docs.ansible.com/ansible/latest/plugins/lookup/passwordstore.html

FWIW, here is my task to use the plugin
https://github.com/vbotka/ansible-lib/blob/master/tasks/al_pws_user_host.yml
, and here is a task how to use it in Linux
https://github.com/vbotka/ansible-linux-postinstall/blob/master/tasks/passwords.yml

-- 
Vladimir Botka

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20200611231003.62a03861%40gmail.com.

Attachment: pgpV8Ahp7AjO9.pgp
Description: OpenPGP digital signature

Reply via email to