7 lines
147 B
YAML
7 lines
147 B
YAML
---
|
|
- name: Configure Gaming Server
|
|
hosts: minecraft
|
|
roles:
|
|
- server_install_ssh
|
|
- server_install_fail2ban
|
|
- server_install_syslog
|