encrypted strings

Hello guys,

I am facing the following problem inside awx (9.0.1), on the command line It works without problem:

12.189 INFO Updating inventory 19: bcld-ansible-f5

14.152 DEBUG Using base command: python /opt/venvs/f5ansible/bin/ansible-inventory -i /tmp/awx_15656_9o0wqe6g/project/hosts --playbook-dir /tmp/awx_15656_9o0wqe6g/project -vvvvv

14.152 INFO Reading Ansible inventory source: /tmp/awx_15656_9o0wqe6g/project/hosts

14.154 INFO Using VIRTUAL_ENV: /opt/venvs/f5ansible/

14.154 INFO Using PATH: /opt/venvs/f5ansible/bin:/var/lib/awx/venv/awx/bin:/var/lib/awx/venv/awx/bin:/var/lib/awx/venv/awx/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

14.154 INFO Using PYTHONPATH: /opt/venvs/f5ansible/lib/python3.6/site-packages:

Vault password

Is encrypted strings in the inventory supported in AWX?

Regards

RG

Yes, vault encrypted strings are supported. You need to create a credential, of type vault, with the password for the encrypted string and attach it to the template or workflow, along with the machine credential.

You should review the documentation for more help,

Dave