On Friday 29 October 2021 at 15:47:09, vaishnavi kakad wrote:
> Hi All,
>
> I don't want to use encryption and decryption . Whatever I typed in *
> url_password *it will show in star(*) format. Is it possible to write ?
Are you saying that you wish to put a visible password into the text of a
p
Hi All,
I don't want to use encryption and decryption . Whatever I typed in *
url_password *it will show in star(*) format. Is it possible to write ?
Thanks,
vk
On Saturday, October 23, 2021 at 2:49:37 AM UTC+5:30 paul...@gmail.com
wrote:
> Maybe vault os what you need:
>
> https://docs.ansibl
Maybe vault os what you need:
https://docs.ansible.com/ansible/latest/user_guide/vault.html
A sexta, 22/10/2021, 10:50, vaishnavi kakad
escreveu:
> Hi All,
>
> How we can add the hidden password in Ansible ?
>
> For eg :
> - name: Download image files
> get_url:
> url: http://0.0.0.0/XYZ.
Have you considered using secrets?
On Fri, Oct 22, 2021, 14:50 vaishnavi kakad
wrote:
> Hi All,
>
> How we can add the hidden password in Ansible ?
>
> For eg :
> - name: Download image files
> get_url:
> url: http://0.0.0.0/XYZ.tar.gz
> url_username:XYZ
> *url_password: *
Hi All,
How we can add the hidden password in Ansible ?
For eg :
- name: Download image files
get_url:
url: http://0.0.0.0/XYZ.tar.gz
url_username:XYZ
*url_password: * * (I want to add hidden password here. )
Can you please let me know if you have any idea .
Thanks,
Va