Dot_Files/inventories/inventory.yml
Price Hiller c8b0ec95c2 # On branch Development
# Your branch is up to date with 'origin/Development'.
#
# Changes to be committed:
#   (use "git restore --staged <file>..." to unstage)
# 	modified:   inventories/inventory.yml
# 	modified:   tasks/install-fzf.yml
2022-08-02 01:50:48 -05:00

13 lines
428 B
YAML

all:
hosts:
test-ubuntu:
# localhost:
# ansible_connection: local
# ansible_python_interpreter: "{{ ansible_playbook_python }}"
vars:
xdg_bin_home: "{{ ansible_env.HOME + '/.local/bin' }}"
xdg_data_home: "{{ ansible_env.HOME + '/.local/share' }}"
xdg_config_home: "{{ ansible_env.HOME + '/.config' }}"
cargo_home: "{{ xdg_data_home }}/cargo"
rustup_home: "{{ xdg_data_home }}/rustup"