diff options
author | binary <me@rgoncalves.se> | 2021-03-25 21:39:06 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-25 21:39:06 +0100 |
commit | 3ace280acec54508dcd1ab9964fa57a47fb752f5 (patch) | |
tree | ba905644bbd331f61b2219de8af32b3af51e281c /roles/factorio/vars | |
parent | 376743ac96ee505fa967af675034fb796835b2e9 (diff) | |
download | infrastructure-3ace280acec54508dcd1ab9964fa57a47fb752f5.tar.gz |
Fix alpine quirks automatically
Diffstat (limited to 'roles/factorio/vars')
-rw-r--r-- | roles/factorio/vars/main.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/roles/factorio/vars/main.yml b/roles/factorio/vars/main.yml index 41b1e34..e08bdf6 100644 --- a/roles/factorio/vars/main.yml +++ b/roles/factorio/vars/main.yml @@ -3,7 +3,13 @@ --- -factorio_user: "factorio" -factorio_group: "factorio" +factorio_user: "_factorio" +factorio_group: "_factorio" factorio_dir: "/data/factorio" factorio_world: "saves/world.zip" +factorio_url: "https://factorio.com/get-download/latest/headless/linux64" + +factorio__name: "coal reactor!" +factorio__description: "we eat coal" +factorio__public: "false" +factorio__max_players: "8" |