Updating roles
This commit is contained in:
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
|
||||
Submodule roles/ericomeehan.eom updated: 5aac0ef5a9...bc7fb3eaf3
Submodule roles/ericomeehan.luanti updated: f662cf422d...5651381316
Submodule roles/ericomeehan.mastodon updated: 5de5270b73...a90d356275
1
roles/ericomeehan.vintage-story
Submodule
1
roles/ericomeehan.vintage-story
Submodule
Submodule roles/ericomeehan.vintage-story added at 4fa1d9e2d4
@@ -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"
|
||||
Reference in New Issue
Block a user