mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-08 13:34:19 +02:00
https://lists.archlinux.org/archives/list/arch-devops@lists.archlinux.org/message/T4O2XBO3YQMWDD6GUMOCCOPB7MRIGCRX/
51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
# deploy tag 'sudo' when this changes
|
|
sudo_users:
|
|
- root
|
|
- freswa
|
|
- jelle
|
|
- svenstaro
|
|
- anthraxx
|
|
- klausenbusk
|
|
- artafinde
|
|
- gromit
|
|
- antiz
|
|
|
|
# deploy tag 'root_ssh' when this changes
|
|
root_ssh_keys:
|
|
- key: freswa.pub
|
|
- key: heftig_nitrokey.pub
|
|
hosts:
|
|
- matrix.archlinux.org
|
|
- key: jelle.pub
|
|
- key: svenstaro.pub
|
|
- key: anthraxx.pub
|
|
- key: klausenbusk.pub
|
|
- key: artafinde.pub
|
|
- key: gromit.pub
|
|
- key: antiz.pub
|
|
|
|
# run 'playbooks/tasks/reencrypt-vault-{super,default}-key.yml' when this
|
|
# changes; before doing so, make sure to 'gpg --lsign-key' all keys from both
|
|
# sets (or if you use TOFU, `gpg --tofu-policy good`) before committing the
|
|
# re-encrypted password file, then test that both vaults are working using
|
|
# `ansible-vault view misc/vaults/vault_{hetzner,hcloud}.yml`
|
|
# NOTE: adding a key to this list gives access to both default and super vaults
|
|
vault_super_pgpkeys: &vault_super_pgpkeys
|
|
- 05C7775A9E8B977407FE08E69D4C5AA15426DA0A # freswa
|
|
- E499C79F53C96A54E572FEE1C06086337C50773E # jelle
|
|
- 8FC15A064950A99DD1BD14DD39E4B877E62EB915 # svenstaro
|
|
- E240B57E2C4630BA768E2F26FC1B547C8D8172C8 # anthraxx
|
|
- DB650286BD9EAE39890D3FE6FE3DC1668CB24956 # klausenbusk
|
|
- 2191B89431BAC0A8B96DE93D244740D17C7FD0EC # artafinde
|
|
- F00B96D15228013FFC9C9D0393B11DAA4C197E3D # gromit
|
|
- 262A58EC6C51F7EA395B2E2DFDC3040B92ACA748 # antiz
|
|
|
|
# run 'playbooks/tasks/reencrypt-vault-default-key.yml' when this changes;
|
|
# before doing so, make sure to 'gpg --lsign-key' all keys below (or if you use
|
|
# TOFU, `gpg --tofu-policy good`) before committing the re-encrypted password
|
|
# file, then test that the vault is working by running `ansible-vault view
|
|
# misc/vaults/vault_hcloud.yml`
|
|
vault_default_pgpkeys:
|
|
- *vault_super_pgpkeys
|
|
- 83BC8889351B5DEBBB68416EB8AC08600F108CDF # heftig
|