Enhancement Request - Local Env Variables or KV Pairs

I really like using the Playbook functionality - it’s a brilliant way of keeping all the LC automation within the LC platform. However, I’d really like somewhere to store a variable that I can use within Playbooks which will exist outside of the playbook.

For example, I reuse the same playbooks for a few tenants, and I’d rather set environment variables outside the playbooks so that all the playbook code remains consistent and only the environment variables change.

Another example, I’d like to store a value from a playbook outside the playbook, so next time the playbook runs it can read that value and update if needed for the next playbook run.