HamWAN / infrastructure-configs

Ansible roles and playbooks for HamWAN servers, applications, and router infrastructure.
http://www.hamwan.org/
Apache License 2.0
8 stars 2 forks source link

Fully decouple all role variables for testing & update production users #19

Closed bkus closed 1 year ago

bkus commented 1 year ago

The tests relied on the role's default variables, but now the test variables are fully isolated. This improves test stability. For example, adding users to the role variables caused tests to break for lack of test keys for said new users.

This change also updates the live production user list with the results of a recent audit. This is now the authoritative list of users to distribute to prod.

Lastly, some lookup() plugin names were incorrect and are now fixed.