diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-03 01:52:13 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-03 01:52:13 +0200 |
commit | ceb1ef4c350edd6b41e2fa0fd612c65e3cc3f3d5 (patch) | |
tree | c77165f50eef6c90028a7a066620c6577498e024 /inventory/host_vars | |
parent | ch-equinox-ws: install main packages (diff) |
add tor project repo and some new packages for ch-equinox-ws
Diffstat (limited to 'inventory/host_vars')
-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 |