Skip to content

Commit

Permalink
Update vars file, update audiobookshelf_docker_version
Browse files Browse the repository at this point in the history
  • Loading branch information
iancleary committed Dec 31, 2024
1 parent 96e4637 commit d1d9cbb
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions ansible/group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,16 @@ odroid_nixos_modules:
- homeassistant.nix
- unifi.nix

odroid_container_user: iancleary
odroid_container_user_group: users
odroid_container_user: "iancleary"
odroid_container_user_group: "users"

data_pool: dpool
data_pool: "dpool"

# https://github.com/advplyr/audiobookshelf/pkgs/container/audiobookshelf
audiobookshelf_docker_image: ghcr.io/advplyr/audiobookshelf
audiobookshelf_docker_version: 2.15.1
audiobookshelf_docker_image: "ghcr.io/advplyr/audiobookshelf"
audiobookshelf_docker_version: "2.17.6"

homeassistant_mosquitto_user: "{{ vault_homeassistant_mosquitto_user }}"
homeassistant_mosquitto_password: "{{ vault_homeassistant_mosquitto_password }}"

# MongoDB for Unifi, supports 3.6 through 4.4 as of 2024-02-21
# Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
# https://github.com/linuxserver/docker-unifi-network-application?tab=readme-ov-file#setting-up-your-external-database
unifi_mongo_version: 4.4
unifi_mongo_password: "{{ vault_unifi_mongo_password }}"
unifi_network_version: "8.3.32-ls57"

iancleary_tailscale_auth_key: "{{ vault_iancleary_tailscale_auth_key }}"

0 comments on commit d1d9cbb

Please sign in to comment.