Updating roles
This commit is contained in:
parent
9015a48417
commit
4a86fc43a0
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -28,3 +28,6 @@
|
||||
[submodule "roles/ericomeehan.mastodon"]
|
||||
path = roles/ericomeehan.mastodon
|
||||
url = git@gitea.eom.dev:DevOps/ansible-role-mastodon.git
|
||||
[submodule "roles/ericomeehan.vintage-story"]
|
||||
path = roles/ericomeehan.vintage-story
|
||||
url = git@gitea.eom.dev:Gaming/ansible-role-vintage-story.git
|
||||
|
||||
9
matrix-stack.yaml
Normal file
9
matrix-stack.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
- name: Execute test
|
||||
hosts: alpha-control-plane
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secrets.yaml
|
||||
roles:
|
||||
- role: ericomeehan.matrix-stack
|
||||
vars:
|
||||
server_name: eom.dev
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5aac0ef5a9baa8a5fa0a5efdfa364bd4ea5ecfde
|
||||
Subproject commit bc7fb3eaf372827152e628e39d1aa13726a9319f
|
||||
@ -1 +1 @@
|
||||
Subproject commit f662cf422df6ea1313760c3da6252f776b700938
|
||||
Subproject commit 56513813163181a7d0c2f0515c78e4b597be8898
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5de5270b7346a6b4a3c69fbea3aa56116f158547
|
||||
Subproject commit a90d356275a2d2b73f9ccfe309fe8c0da533eff6
|
||||
1
roles/ericomeehan.vintage-story
Submodule
1
roles/ericomeehan.vintage-story
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4fa1d9e2d447319a098a7d8cf8a799c20b73d6f6
|
||||
@ -4,4 +4,4 @@
|
||||
vars_files:
|
||||
- ../secrets.yaml
|
||||
roles:
|
||||
- role: ericomeehan.mastodon
|
||||
- role: ericomeehan.eom
|
||||
|
||||
29
vintage-story.yaml
Normal file
29
vintage-story.yaml
Normal file
@ -0,0 +1,29 @@
|
||||
- name: Execute test
|
||||
hosts: alpha-control-plane
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secrets.yaml
|
||||
roles:
|
||||
- role: ericomeehan.vintage-story
|
||||
vars:
|
||||
ServerName: "Vintage Story Server on eom.dev"
|
||||
ServerUrl: vintage-story.eom.dev
|
||||
ServerDescription: "A Vintage Story survival server hosted by eom.dev.<br>Join our community on the public <a href='https://discourse.eom.dev/c/gaming/vintage-story/63'>Discourse</a> forum and <a href='https://matrix.to/#/#vintage-story:eom.dev/'>Matrix</a> chat.<br>Also join us for live streams from <a href='https://owncast.eom.dev/'>Owncast</a> on eom.dev."
|
||||
WelcomeMessage: "Welcome to Vintage Story on eom.dev, {0}. May you survive well and prosper.\\nPlease join our external discussions on Discourse and Matrix.\\nhttps://discourse.eom.dev/\\nhttps://matrix.to/#/#vintage-story:eom.dev/"
|
||||
AdvertiseServer: true
|
||||
Password: "{{ vintage_story_server_password }}"
|
||||
WorldConfig:
|
||||
Seed: null
|
||||
SaveFileLocation: /gamedata/vs/Saves/season_i.vcdbs
|
||||
WorldName: Season I
|
||||
AllowCreativeMode: true
|
||||
PlayStyle: surviveandbuild
|
||||
PlayStyleLangCode: surviveandbuild-bands
|
||||
WorldType: standard
|
||||
WorldConfiguration: null
|
||||
MapSizeY: null
|
||||
CreatedByPlayerName: TopHatRick
|
||||
DisabledMods: null
|
||||
RepairMode: false
|
||||
OnlyWhitelisted: true
|
||||
StartupCommands: "/whitelist add 3wm/diYjPGuydHNvOd6H0fDy \\n /op TopHatRick"
|
||||
Loading…
Reference in New Issue
Block a user