Re: [ansible-project] Use encyrpted pwd in ansible inventory file

2022-10-24 Thread Brian Coca
On Sun, Oct 23, 2022 at 2:21 AM saravanan jothilingam wrote: > > Hi, > Thanks for your information. > Could you please share some examples where a user is able to encrypt the > password using ansible vault and use that encrypted password in the ansible > playbook's host variable section. Apprec

[ansible-project] Register Variable /Setfacts and use it in Jinja2

2022-10-24 Thread Jatashankar Mishra
Hello team, I am trying to register variable /setfacts and use it in jinja2 template for printing the output but it says variable not define , Please can yo suggest something what is missing Playbook = --- - name: WinRM Test hosts: all tasks: