Today I Learned

Giant Monkeys Learning

Ansible: decrypt single vault value in the shell

$ ansible localhost -m debug -a 'var=my_password'
localhost | SUCCESS => {
    "my_password": "not secret anymore"
}