Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -1,12 +1,16 @@
|
|||
---
|
||||
factorio_port: 34197
|
||||
factorio_username: "{{ undef() }}"
|
||||
factorio_token: "{{ undef() }}"
|
||||
factorio_game_password: "{{ undef() }}"
|
||||
|
||||
factorio_uid: 845
|
||||
factorio_gid: 845
|
||||
|
||||
factorio_env:
|
||||
PORT: "{{ factorio_port }}"
|
||||
USERNAME: "{{ vault_factorio.username }}"
|
||||
TOKEN: "{{ vault_factorio.token }}"
|
||||
USERNAME: "{{ factorio_username | mandatory }}"
|
||||
TOKEN: "{{ factorio_token | mandatory }}"
|
||||
|
||||
factorio_json:
|
||||
name: "StammtischOnAutomation"
|
||||
|
|
@ -18,11 +22,11 @@ factorio_json:
|
|||
public: true
|
||||
lan: true
|
||||
|
||||
username: "{{ vault_factorio.username }}"
|
||||
username: "{{ factorio_username | mandatory }}"
|
||||
password: ""
|
||||
token: "{{ vault_factorio.token }}"
|
||||
token: "{{ factorio_token | mandatory }}"
|
||||
|
||||
game_password: "{{ vault_factorio.game_password }}"
|
||||
game_password: "{{ factorio_game_password | mandatory }}"
|
||||
require_user_verification: true
|
||||
|
||||
max_upload_in_kilobytes_per_second: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue