10 lines
119 B
YAML
10 lines
119 B
YAML
- name: Server setup
|
|
hosts: all
|
|
roles:
|
|
- users
|
|
- python3
|
|
- docker
|
|
- htop
|
|
- tmux
|
|
- fail2ban
|