https://github.com/mwconceicao/ansible-role-factorio
Factorio Ansible Role
https://github.com/mwconceicao/ansible-role-factorio
ansible ansible-role factorio factorio-headless-server games
Last synced: about 1 month ago
JSON representation
Factorio Ansible Role
- Host: GitHub
- URL: https://github.com/mwconceicao/ansible-role-factorio
- Owner: mwconceicao
- License: mit
- Created: 2017-08-08T04:12:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T12:42:51.000Z (over 7 years ago)
- Last Synced: 2025-08-15T22:51:15.992Z (10 months ago)
- Topics: ansible, ansible-role, factorio, factorio-headless-server, games
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Factorio Ansible Role
[](https://circleci.com/gh/mwconceicao/ansible-role-factorio/tree/master)
[](https://galaxy.ansible.com/mwconceicao/factorio/)
=====================
Install and configure [Factorio](https://www.factorio.com/), including [factorio-init](https://github.com/Bisa/factorio-init) and [factorio-updater](https://github.com/narc0tiq/factorio-updater).
This role isn't 100%. **factorio-init** needs some work and maybe some other things I don't recall.
**Contributions welcomed!**
# Vars
* You can check the possible variables in `defaults/main.yml`
* Most common ones (with default values):
```yaml
factorio_version: 0.14.20
factorio_port: 34197
factorio_latency: 250
factorio_autosave_interval: 10
factorio_server_settings: game.json
factorio_bin_args: "--disallow-commands"
```
# Usage / example playbook
```yaml
---
- name: My Factorio server
hosts: my_factorio
become: yes
vars:
factorio_server_settings: myfactorioconfigs.json
roles:
- factorio
```
# Footnote
Somewhat inspired by [caspark/ansible-factorio](https://github.com/caspark/ansible-factorio) et al