Роль для настройки сервера майнкрафт под Alpine Linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AlpMine/roles/minecraft/tasks/plugins.yml

9 lines
230 B

---
- name: Deploy plugins
copy:
src: "files/plugins/"
dest: "/home/{{ server_user }}/minecraft/plugins/"
owner: "{{ server_user }}"
group: "{{ server_user }}"
mode: '0644'
notify: Restart minecraft Server