diff --git a/user_vars.yml b/user_vars.yml new file mode 100644 index 0000000000000000000000000000000000000000..e6a0c461f2e814d2ae222f3c9021609a0259f1e5 --- /dev/null +++ b/user_vars.yml @@ -0,0 +1,15 @@ +--- +# These are fflux members which have access to the systems +users_member: + - username: "fantawams" + key_path: "~/repos/Infrastructure-Intern/ssh_keys/fantawams.pub" + - username: "orimpe" + key_path: "~/repos/Infrastructure-Intern/ssh_keys/orimpe.pub" + - username: "metalgamer" + key_path: "~/repos/Infrastructure-Intern/ssh_keys/metalgamer.pub" + - username: "xbr" + key_path: "~/repos/Infrastructure-Intern/ssh_keys/x.pub" +# These are system users, used for management/automation/etc. +users_system: + - username: "fflux" + key_path: "~/repos/Infrastructure-Intern/ssh_keys/fflux.pub" \ No newline at end of file