Skip to content
Advertisement

Tag: ansible

Ansible write variables into YAML file

I have a specific ansible variable structure that I want to get from the vault into a yaml file on my hosts. Lets assume a structure like this: I need something like a “generic” template to output whatever “secrets” contains at the moment, since the content changes almost completely based on the current environment. The easiest solution I can think

Advertisement