--- # Role - System Variables secret_bws_access_token: "{{ lookup('env', 'BWS_ACCESS_TOKEN') }}" # Role - System Variables ansible_user: username windows_user: username ansible_home: /home/{{ ansible_user }}/ loop_host: 127.0.1.1 hostname: ubuntu-wsl # Role - Docker Variables docker: enable: true network: 172.10.0.0 # Role - Git Variables git: dir: personal: reference: work: email: email@example.com name: John Doe user: username signing_key: id_ed25519.pub # Role - Fonts Variables fonts: nf: Nerd # Role - Notes Variables notes: repository: "https://github.com/{{ git.user }}/notes" directory: ".notes" # Role - Python Variables python: pyver: "3.12" poetry: enable: false uv: enable: true # Role - SSH Variables ssh: private_key: id_ed25519 public_key: id_ed25519.pub # Role - Timezone Variables timezone: locale: America/Toronto # Role - ZSH Variables zsh: fonts: Hack