Files @ 2dc24f376af8
Branch filter:

Location: freifunk/Ansible-Configuration/user_vars.yml - annotation

x
fix: acme.sh installation now works
---
# 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"