Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkkrp/openmw-automation
Ansible playbook to build, install, and setup OpenMW just the way I like it
https://github.com/mrkkrp/openmw-automation
ansible configuration openmw
Last synced: 17 days ago
JSON representation
Ansible playbook to build, install, and setup OpenMW just the way I like it
- Host: GitHub
- URL: https://github.com/mrkkrp/openmw-automation
- Owner: mrkkrp
- Created: 2017-04-12T22:52:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T10:59:51.000Z (over 7 years ago)
- Last Synced: 2024-11-18T13:08:58.119Z (3 months ago)
- Topics: ansible, configuration, openmw
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenMW Automation
Run like this:
```
$ ansible-playbook -K openmw.yml
```This [Ansible](https://www.ansible.com/) playbook does the following in
order:1. Installs dependencies for [OpenMW](https://openmw.org/) using `pacman`
(I'm on Arch Linux).
2. Grabs, builds, and installs the latest OpenMW trunk.
3. Setups the [Pelagiad](https://github.com/Isaskar/Pelagiad) font, which is
better for the eyes than Morrowind's “Magic Cards” (the default font).
4. Tweaks the `~/.config/openmw/settings.cfg` the way I like it.I'm automating this because I like to keep an eye on the engine's latest
developments and experiment with the settings, but I don't like to mess with
this stuff manually every time (for example I had to set Pelagiad font after
every re-build again, not fun!).