Trying to get some roles set up for minecraft server updates
This commit is contained in:
2
clacm/minecraft/roles/update_plugin/tests/inventory
Normal file
2
clacm/minecraft/roles/update_plugin/tests/inventory
Normal file
@@ -0,0 +1,2 @@
|
||||
localhost
|
||||
|
||||
10
clacm/minecraft/roles/update_plugin/tests/test.yml
Normal file
10
clacm/minecraft/roles/update_plugin/tests/test.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- name: update_plugin
|
||||
vars:
|
||||
update_plugin_server_base_dir: "/home/bradley/Downloads/server"
|
||||
update_plugin_latest_plugin_dl_url: "https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/spigot"
|
||||
update_plugin_plugin_filename_glob: ""
|
||||
|
||||
Reference in New Issue
Block a user