30 lines
1.5 KiB
YAML
30 lines
1.5 KiB
YAML
- 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"
|