11 lines
282 B
YAML
11 lines
282 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Install pterodactyl panel
|
|
package:
|
|
state: present
|
|
name:
|
|
- pterodactyl-panel-compose
|
|
- name: Enable pterodactyl-panel service
|
|
service:
|
|
name: pterodactyl-panel-compose
|
|
enabled: true
|