ssh public Keys for ansible
Find a file
2021-09-20 22:17:04 +02:00
l3d@backup-rsa.l3d.yt_rsa.pub initialize git repo 2021-01-28 23:35:45 +01:00
l3d@backup.l3d.yt_ed25519.pub initialize git repo 2021-01-28 23:35:45 +01:00
l3d@bsns.l3d_ed25519.pub rename l3d@bsns.l3d 2021-09-20 22:17:04 +02:00
l3d@derpy.l3d.yt_ed25519.pub initialize git repo 2021-01-28 23:35:45 +01:00
l3d@mobile.l3d.yt_ed25519.pub initialize git repo 2021-01-28 23:35:45 +01:00
l3d@pinkie.l3d.yt_ed25519.pub initialize git repo 2021-01-28 23:35:45 +01:00
raoul@ccczh_ed25519.pub initialize git repo 2021-01-28 23:35:45 +01:00
README.md initialize git repo 2021-01-28 23:35:45 +01:00

SSH Public key Store

This is designed to work with the ssh_auth role.

A example usage to add l3d as admin and raoul only as unprivviledged user:

---
admins:
  - l3d

users:
  l3d:
    - l3d@pinkie.l3d.yt
    - l3d@mobile.l3d.yt
    - l3d@backup.l3d.yt
    - l3d@derpy.l3d.yt
    - l3d@backup-rsa.l3d.yt
    - l3d@business.wingcon.com
  raoul:
    - raoul@ccczh

accounts:
  - l3d
  - raoul