fix: add proxy env var, move role to end
This commit is contained in:
parent
1440f04837
commit
6aae71f4f2
1 changed files with 6 additions and 3 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
connection: qubes
|
connection: qubes
|
||||||
strategy: qubes_proxy
|
strategy: qubes_proxy
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
environment:
|
||||||
- baseline
|
all_proxy: 127.0.0.1:8082
|
||||||
- arkenfox
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: 'Install various packages'
|
- name: 'Install various packages'
|
||||||
ansible.builtin.dnf5:
|
ansible.builtin.dnf5:
|
||||||
name:
|
name:
|
||||||
- wireguard-tools
|
- wireguard-tools
|
||||||
|
- firefox
|
||||||
- alacritty
|
- alacritty
|
||||||
- neovim
|
- neovim
|
||||||
- sequoia-sq
|
- sequoia-sq
|
||||||
|
|
@ -17,3 +17,6 @@
|
||||||
- alacritty
|
- alacritty
|
||||||
- mpv
|
- mpv
|
||||||
state: 'present'
|
state: 'present'
|
||||||
|
roles:
|
||||||
|
- baseline
|
||||||
|
- arkenfox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue