minecraft server

This commit is contained in:
nora 2023-08-27 15:18:09 +02:00
parent 93fd3e2d54
commit f53902abee
2 changed files with 29 additions and 1 deletions

View file

@ -72,6 +72,14 @@
state: touch
mode: u=rw,g=rw,o=rw
#####
# APP: minecraft server, /apps/minecraft
#####
- name: Create /apps/minecraft
ansible.builtin.file:
path: /apps/minecraft
state: directory
mode: u=rwx,g=rx,o=rx
#####
# END: docker compose up!
#####
# We want this to be last so that all app-specific config has been done.