--- # -------------------------------------------------------------------------------------------------- # system:base # -------------------------------------------------------------------------------------------------- system_base_ssh_user: "{{ vault_system_base_ssh_user }}" # -------------------------------------------------------------------------------------------------- # system:var # -------------------------------------------------------------------------------------------------- system_var_hostname: "baldur" # -------------------------------------------------------------------------------------------------- # vpn # -------------------------------------------------------------------------------------------------- vpn_subnet_id: 3 # -------------------------------------------------------------------------------------------------- # music:rip # -------------------------------------------------------------------------------------------------- music_user_name: "music" music_user_password: "{{ vault_music_user_password }}" music_user_home_directory: "{{ system_var_home_directory }}/{{ music_user_name }}" music_user_data_directory: "{{ system_var_data_directory }}/{{ music_user_name }}" music_user_data_collection_directory: "{{ music_user_data_directory }}/collection" music_user_data_archive_directory: "{{ music_user_data_directory }}/archive" # -------------------------------------------------------------------------------------------------- # services # -------------------------------------------------------------------------------------------------- services_hostname: "baldur" services_resolv_host: "baldur" services_host_services: lrproxy: address: "{{ vpn_bridge_prefix }}.2" restic: true database: address: "{{ vpn_bridge_prefix }}.3" restic: true cloud: address: "{{ vpn_bridge_prefix }}.4" restic: true restic_exclude: - "external" git: address: "{{ vpn_bridge_prefix }}.5" tcp: ["{{ services.git.ssh_port }}"] restic: true notes: address: "{{ vpn_bridge_prefix }}.6" restic: true music: address: "{{ vpn_bridge_prefix }}.7" collection_path: "{{ music_user_data_collection_directory }}" archive_path: "{{ music_user_data_archive_directory }}" restic: true rproxy: address: "{{ vpn_bridge_prefix }}.8" tcp: [80, 443] restic: true www: address: "{{ vpn_bridge_prefix }}.9" restic: false