mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Add the relevant mailing list subscriptions for all, Devops, TU and Developer specific mailing lists.
40 lines
1.7 KiB
Markdown
40 lines
1.7 KiB
Markdown
<!--
|
|
This template should be used for offboarding Arch Linux team members.
|
|
-->
|
|
|
|
# Offboarding an Arch Linux team member
|
|
|
|
## Details
|
|
|
|
- **Team member username**:
|
|
- **Currently held roles**: <!-- Add known roles here like TU, DevOps, etc -->
|
|
|
|
## All roles checklist
|
|
|
|
- [ ] Remove user email by reverting instructions from `docs/email.md`.
|
|
- [ ] Set user to inactive in archweb: https://www.archlinux.org/admin/auth/user/
|
|
|
|
## TU/Developer offboarding checklist
|
|
|
|
- [ ] Remove entry in `group_vars/all/archusers.yml`.
|
|
- [ ] Remove SSH pubkey from `pubkeys/<username>.pub`.
|
|
- [ ] Run `ansible-playbook -t archusers playbooks/*.yml`.
|
|
- [ ] Remove the user from the `Trusted Users`/`Developers` groups on Keycloak.
|
|
- [ ] Moderate email address on [arch-dev-public](https://lists.archlinux.org/admin/arch-dev-public/members) (find member and moderate)
|
|
- [ ] Remove member from [arch-tu mailing lists](https://lists.archlinux.org/admin/arch-tu/members)
|
|
- [ ] Remove member from [staff mailing lists](https://lists.archlinux.org/admin/staff/members)
|
|
|
|
## DevOps offboarding checklist
|
|
|
|
- [ ] Remove entries in `group_vars/all/root_access.yml`.
|
|
- [ ] Run `ansible-playbook -t root_ssh playbooks/*.yml`.
|
|
- [ ] Run `ansible-playbook playbooks/hetzner_storagebox.yml playbooks/rsync.net.yml`.
|
|
- [ ] Remove the user from the `DevOps` group on Keycloak.
|
|
- [ ] Remove member from [arch-devops-private mailing lists](https://lists.archlinux.org/admin/arch-devops-private/members)
|
|
- [ ] Remove pubkey from [Hetzner's key management](https://robot.your-server.de/key/index)
|
|
|
|
## Wiki Administrator checklist
|
|
|
|
- [ ] Remove the user from the `Wiki Admins` group on Keycloak.
|
|
- [ ] Remove member from [arch-wiki-admins mailing list](https://lists.archlinux.org/admin/arch-wiki-admins/members).
|