mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
33 lines
516 B
YAML
33 lines
516 B
YAML
---
|
|
profile_packages:
|
|
- avahi-daemon
|
|
- dmidecode
|
|
- dosfstools
|
|
- gh
|
|
- netcat-openbsd
|
|
- openssh-server
|
|
- parted
|
|
- pciutils
|
|
- ranger
|
|
- rsync
|
|
|
|
server_dotfiles:
|
|
- src: .gitignore_global
|
|
dest: .gitignore_global
|
|
mode: "0644"
|
|
- src: .themes.gitignore
|
|
dest: .themes.gitignore
|
|
mode: "0644"
|
|
- src: duckdns/
|
|
dest: duckdns/
|
|
mode: preserve
|
|
|
|
server_templates:
|
|
- src: server/.gitconfig.j2
|
|
dest: .gitconfig
|
|
mode: "0644"
|
|
|
|
server_ufw_rules:
|
|
- rule: allow
|
|
name: OpenSSH
|