21 lines
316 B
YAML
21 lines
316 B
YAML
---
|
|
# roles
|
|
# linux
|
|
roles:
|
|
- src: jnv.debian-backports
|
|
- src: jnv.unattended-upgrades
|
|
- src: nickjj.docker
|
|
- src: nickjj.fail2ban
|
|
|
|
# mac
|
|
- src: elliotweiser.osx-command-line-tools
|
|
- src: geerlingguy.homebrew
|
|
|
|
# misc
|
|
- src: fubarhouse.golang
|
|
|
|
# collections
|
|
# linux
|
|
collections:
|
|
- community.docker
|