[ansible-project] Ansible Vault string in a single line

2019-04-22 Thread Tony Chia
One solution is use ansible-vault to decrypt the file and export the variable and have Jenkins read from the env var -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an

[ansible-project] Ansible Vault string in a single line

2019-04-22 Thread shamim Wilson
Hi Team, I am using ansible vault to encrypt an string and place the string in a file called vault.yml somthing like name1: value1 where value1 is an encrypted string. dbUser: PlainUser dbPasswd: vault | $ANSIBLE_VAULT;1.1;AES256