AlmaLinux / infra-ansible

AlmaLinux infrastructure Ansible playbooks and roles
GNU General Public License v3.0
2 stars 1 forks source link

Add consistent way to pass in vars without hashicorp vault #22

Open jonathanspw opened 2 months ago

jonathanspw commented 2 months ago

For development and testing purposes very few people will have access to our secrets storage so having a built-in and consistent way to pass in vars will help make it easier for people to test and develop on the playbook and thus contribute.

I'm not sure what this might look like. Environment variables seem like an obvious choice but maybe there's a better way. This needs research.