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