Skip to content

Commit

Permalink
added env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Dec 3, 2024
1 parent 3c32c86 commit 1e0bfd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/cs2_game/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
SRCDS_TOKEN: "{{ lookup('community.general.onepassword', 'CS2 Steam', field='credential', vault='Infrastructure') }}"
CS2_SERVERNAME: "California CS2"
CS2_RCONPW: "{{ lookup('community.general.onepassword', 'rust-rcon-password', field='password', vault='Infrastructure') }}"
CS2_SERVER_HIBERNATE: "1"
CS2_GAMEALIAS: "casual"
devices:
- /dev/dri:/dev/dri
restart_policy: unless-stopped
Expand Down

0 comments on commit 1e0bfd8

Please sign in to comment.