Dot_Files/inventories/inventory.yml

13 lines
442 B
YAML
Raw Normal View History

2022-07-31 22:59:03 -05:00
all:
hosts:
2022-08-02 15:52:30 -05:00
localhost:
ansible_connection: local
ansible_python_interpreter: "{{ ansible_playbook_python }}"
2022-08-01 00:50:24 -05:00
vars:
xdg_bin_home: "{{ ansible_env.HOME + '/.local/bin' }}"
xdg_data_home: "{{ ansible_env.HOME + '/.local/share' }}"
2022-08-01 04:38:17 -05:00
xdg_config_home: "{{ ansible_env.HOME + '/.config' }}"
cargo_home: "{{ xdg_data_home }}/cargo"
rustup_home: "{{ xdg_data_home }}/rustup"
2022-08-03 01:10:49 -05:00
gopath: "{{ xdg_data_home }}/go"