Files @ e007d7c95bcf
Branch filter:

Location: freifunk/Ansible-Configuration/user_vars.yml

x
fix: dhparam, not dhparam.pem
---
# 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"