python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using Ansible to decrypt remote files?
Maybe it's a silly question but...
I would like to have an Ansible task that simply decrypts some remote files that have been encrypted with ansible-vault
I had in mind to use the copy module with the...
naeroy
Votes: 0
Answers: 0
Ansible-Vault conf file not being decrypted when running playbook
I'm working on this ansible playbook to sign certificates. Inside the playbook I use a conf file with an api key inside to hide the key I have encrypted the file with ansible vault. The problem with t...
jamesc
Votes: 0
Answers: 1
Ansible vault - Decryption of encrypted string
I am trying to decrypt an encrypted string using Ansible vault. I have a key which is used for encryption. The encryption works fine but decryption doesn't seem to work. When I try to use decryption c...
Monish Das
Votes: 0
Answers: 1
Ansible AWX / Tower - Use Vault credential in playbook
In Ansible AWX I created a Vault-credential (named: user-pw). Now I want to use that password in a playbook. But it doesn't work.
I created a template, add the Vault-credential (at the credential inpu...
ND90
Votes: 0
Answers: 2