ansible-playbooks/pterodactyl/wings.ansible.yml
2024-11-15 21:44:16 +01:00

11 lines
266 B
YAML

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