It was useful for backing up the morgue to storace, but since
lw03 ran out of disk space for morgue probably years ago, we should
not keep this around anymore.
# XXX - used by ferm templates/defs.conf.erb
- backuphost.debian.org
- storace.debian.org
- dabackup_client:
- - lw03.debian.org
debian_mirror:
# XXX used also in ferm me.conf.erb
klecker.debian.org:
file=/etc/ssh/ssh_known_hosts
file=/etc/ssh/ssh-rsa-shadow
file=/var/lib/misc/ssh-rsa-shadow
-file=/etc/.da-backup.trace
file=/etc/postfix/debianhosts
file=/etc/postfix/debianhosts.db
file=/etc/blkid.tab
# tfheen
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIm6NFrs16bhmsb/gZ5tDUTQ4QZGHtLHor3M9YeRXIl+ tfheen debian adm 2019-01-02
<%=
-
-machine_keys = []
-case @fqdn
- when "storace.debian.org" then
- roles['dabackup_client'].each do |node|
- if allnodeinfo.has_key?(node)
- hostname = allnodeinfo[node]['hostname'][0]
-
- machine_keys << "# #{hostname}"
- machine_keys << "command=\"/usr/lib/da-backup/da-backup-ssh-wrap #{hostname}\",from=\"#{allnodeinfo[node]['ipHostNumber'].join(',')}\",restrict #{allnodeinfo[node]['sshRSAHostKey'][0]}"
- else
- machine_keys << "# host #{node} not found in allnodeinfo"
- end
- end
-end
-machine_keys.join("\n")
-%>