15 lines
170 B
YAML
15 lines
170 B
YAML
---
|
|
- name: Server setup
|
|
hosts: all
|
|
roles:
|
|
- users
|
|
- ufw
|
|
- mosh
|
|
- python3
|
|
- docker
|
|
- htop
|
|
- tmux
|
|
- fail2ban
|
|
- nginx
|
|
- certbot
|