diff options
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ch-equinox-ws.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index f7d3e5cc..b1a442b0 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -74,7 +74,6 @@ ubuntu_ws_extra_packages: - git-lfs - git-remote-gcrypt - gitk - - go # needs apt-rep/spreadspace - gpredict - gputils - gstreamer1.0-vaapi @@ -108,6 +107,7 @@ ubuntu_ws_extra_packages: - pitivi - playonlinux - pm-utils + - ppa-purge - pristine-tar - privoxy - pv @@ -149,12 +149,16 @@ ubuntu_ws_extra_packages: - xul-ext-lightning - yamllint - yasm + # needs apt-rep/spreadspace + - go + # needs apt-rep/tor-project + - tor + - tor-geoipdb -## needs PPA?? +## needs PPA or other external repo ?? # - ansible # - bazel # - deadbeef - # - deb.torproject.org-keyring # - google-chrome-stable # - kubectl # - opera-stable |