[ansible-project] Nested dictionaries reference in the playbook

2021-08-11 Thread koti.r...@gmail.com
Hi, I hope you are well. Can you please someone help me with how to reference nest dictionaries in a playbook? I would like to refer pypi, hosted and repo_list as variables in a playbook. vars: pypi: hosted: repo_list: - name: data_services_pypi_001 online: true s

[ansible-project] How to connect to azure key vault using service principal and .pem file

2021-08-11 Thread Teja
Hi All, I was trying to use ansible to get/set secrets in azure key vault. in azure_rm_keyvaultsecret module we have only secret argument to provide credentials for the service principal. but our requirement is to use .pem file to authenticate the Service principal so can some one help us wit

[ansible-project] Re: ansible template vars for command line invocation

2021-08-11 Thread Roberto Paz
Can you share the error message? Didn't work if you use as an "extra var" added to the command line you posted? El miércoles, 11 de agosto de 2021 a la(s) 08:58:34 UTC-5, Ed Greenberg escribió: > Hi, I have a bash command of: > > ansible beta -m template -a 'src=../templates/www.conf.j2 > dest

[ansible-project] ansible template vars for command line invocation

2021-08-11 Thread Ed Greenberg
Hi, I have a bash command of: ansible beta -m template -a 'src=../templates/www.conf.j2 dest=/root/www.conf ' I need to specify a variable on the command line. I tried specifying it in the -a string, but got an error that template only accepts certain variables. IF the template was in a pla

Re: [ansible-project] Why am I getting this ODBC Connectors Error on this Playbook?

2021-08-11 Thread Luca 'remix_tj' Lorenzetto
Hello, seems to be an error related to dnf repository configuration, not ansible. Luca On Wed, Aug 11, 2021 at 2:57 PM Prabhakaran Karuppaih wrote: > > Hi Members, > > Please find attached herewith the Ansible Playbook along with an error > screenshot attached. Please consider and Kindly do th

[ansible-project] Issue with Storing passwords in third-party tools with vault password client scripts

2021-08-11 Thread satya Addala
Hii All, I am not able to find the token handler for storedsafe which used client script to encrypt vault password file,Could you please help me with this issue. The actual url link is : https://docs.ansible.com/ansible/latest/user_guide/vault.html#id11 [image: token_handler.PNG] Please pin