ansible-playbooks/pterodactyl/panel.ansible.yml
2024-11-09 18:25:08 +01:00

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