ansible-playbooks/pterodactyl/panel.ansible.yml

11 lines
No EOL
261 B
YAML

- hosts: localhost
tasks:
- name: Install pterodactyl-panel
package:
state: present
name:
- pterodactyl-panel
- name: Enable pterodactyl-queue service
service:
name: pterodactyl-queue
enabled: true