-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpi5.yml
46 lines (38 loc) · 881 Bytes
/
pi5.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- hosts: all
vars:
configure:
ssh: false
user:
groups:
- docker
shell:
bin: /usr/bin/fish
abbrs:
l: exa -lh --group-directories-first --all
ll: exa -lh --group-directories-first
lt: exa -lh --group-directories-first --all --tree
aliases:
bat: batcat
repositories:
- name: docker
gpg_key: https://download.docker.com/linux/debian/gpg
url: "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian bookworm stable"
packages:
- bat
- btop
- exa
- fish
- git
- htop
- httpie
- neovim
- silversearcher-ag
- zoxide
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
roles:
- linux
- configuration