On 27.02.2019 23:35, boncalo mihai wrote: > Does anyone know? > > On Mon, Feb 25, 2019, 3:34 PM boncalo mihai <[email protected]> wrote: > >> Hi, >> >> I'm trying to secure my ansible playbook and one of the steps is >> securing the password. I know that I can store the password encrypted >> inside ansible vault and than use directly from the vault and send it >> over the network (e.g. change pass) but the question is, the password >> is decrypted and sent through the network(plain text) or encrypted and >> encrypted at the destination ?
Ansible uses ssh(on *nix) to the host so the traffic is encrypted. -- Kai Stian Olstad -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/91396525-08a5-9666-03ab-e56d38f5e6e4%40olstad.com. For more options, visit https://groups.google.com/d/optout.
