summaryrefslogtreecommitdiff
path: root/group_vars/all.yml
blob: a729989242991e419c5c2ab4c57c32a3bd742b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ssh_authorized_keys:
  - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTZhIaet4Sxb9n7W/LJezqb5XmgAXWzjS907rUdeukq freya@freyacat.org"
  - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEzMST2uiVueyaMfF/BdnOCwdkmHa0lSjh2U6hByUHlj backup"

# list of common package names
# that are the same across distros
base_packages:
  - bash
  - coreutils
  - curl
  - dosfstools
  - e2fsprogs
  - git
  - htop
  - jq
  - neovim
  - openssl
  - p7zip
  - python3
  - ripgrep
  - rsync
  - sed
  - tar
  - util-linux
  - xauth
  - zstd