gizzardqueen
gizzardqueen
Not sure if this is helpful or not, but this very simple workflow makes use of anchors and seems to work ok. ``` version: "1.0" vars: - billing_address: &add1 house:...
We've written a custom vault function within our deployment that makes secret retrieval from Vault a breeze. IIRC, @xorso brought it up a while back (maybe in the Slack channel?)...
I'm not sure I understand, but here's an example of a task: ``` get_device_id_from_fstab: action: core.remote input: cmd: grep -iw /etc/fstab | awk '{print $1}' hosts: username: oracle password: "{{...
+1, this would be great.