src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/tasks/dynmap.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
committerLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
commite4482f91ed5ddbaa350c59858e082235720abacc (patch)
tree59e70099ca9f46fe4955e5dd4591ffb4bd356fa7 /minecraft/tasks/dynmap.yaml
parenta9ae275d8aba40baea6156f073314de70dd49ce3 (diff)
Added minecraft backup.
Diffstat (limited to 'minecraft/tasks/dynmap.yaml')
-rw-r--r--minecraft/tasks/dynmap.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/minecraft/tasks/dynmap.yaml b/minecraft/tasks/dynmap.yaml
deleted file mode 100644
index 07281e3..0000000
--- a/minecraft/tasks/dynmap.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-
-- name: create minecraft plugins dir
- become: yes
- file:
- path: "{{minecraft_dir}}/{{item}}"
- owner: "{{minecraft_user}}"
- group: "{{minecraft_user}}"
- mode: "0755"
- state: "directory"
- loop:
- - "plugins"
- - "plugins/dynmap"
-
-- name: download dynmap
- become: yes
- get_url:
- url: "{{minecraft_dynmap_url}}"
- dest: "{{minecraft_dir}}/plugins/dynmap.jar"
- mode: "0755"
- notify: restart minecraft
-
-- name: configure dynmap
- become: yes
- template:
- src: "configuration.txt.j2"
- dest: "{{minecraft_dir}}/plugins/dynmap/configuration.txt"