Re: [ansible-project] Encrypt files on remote host

2021-12-01 Thread Nico Kadel-Garcia
On Monday, November 29, 2021 at 3:17:19 AM UTC-5 ra...@linuxia.de wrote: > On 26/11/2021 11:39, 'Roman Steinhart' via Ansible Project wrote: > > Hi Stefan, > > > > probably with openssl or gpg. > > See > > https://gist.github.com/dreikanter/c7e85598664901afae03fedff308736b < > https://gist.gi

Re: [ansible-project] Encrypt files on remote host

2021-11-29 Thread Stefan Hornburg (Racke)
On 26/11/2021 11:39, 'Roman Steinhart' via Ansible Project wrote: Hi Stefan, probably with openssl or gpg. See https://gist.github.com/dreikanter/c7e85598664901afae03fedff308736b https://www.gnupg.org/gph/en/manual/x110.html

Re: [ansible-project] Encrypt files on remote host

2021-11-26 Thread 'Roman Steinhart' via Ansible Project
Hi Stefan, probably with openssl or gpg. See https://gist.github.com/dreikanter/c7e85598664901afae03fedff308736b https://www.gnupg.org/gph/en/manual/x110.html I mean, I could do this with a basic shell module, but I'm wondering that there's no module fur such actions. Thanks, Roman On Thu, 25 N

Re: [ansible-project] Encrypt files on remote host

2021-11-25 Thread Stefan Hornburg (Racke)
On 25/11/2021 18:22, 'Roman Steinhart' via Ansible Project wrote: Hi all, I want to encrypt a file on a remote host. I was looking through the existing modules and couldn't find any that is able to do that? My use case is that I want to create a backup (tar file) on a remote host, encrypt the

[ansible-project] Encrypt files on remote host

2021-11-25 Thread 'Roman Steinhart' via Ansible Project
Hi all, I want to encrypt a file on a remote host. I was looking through the existing modules and couldn't find any that is able to do that? My use case is that I want to create a backup (tar file) on a remote host, encrypt the backup archive and upload it to some storage. I'm aware of Ansible