summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-02-13 14:59:53 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-02-13 14:59:53 +0100
commitaf057a90852723583320b8c277d82c0931528265 (patch)
tree7cafe0973fcea6e2434de9049e90aeb21631f9f2
parentupgrade jitsi meet (diff)
install nordvpn on ch-equinox-t450s
-rw-r--r--chaos-at-home/ch-equinox-t450s.yml2
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml
index a63798f4..0a41d740 100644
--- a/chaos-at-home/ch-equinox-t450s.yml
+++ b/chaos-at-home/ch-equinox-t450s.yml
@@ -12,9 +12,11 @@
- role: apt-repo/tor-project
- role: apt-repo/kubernetes
- role: apt-repo/riot
+ - role: apt-repo/nordvpn
- role: zfs/base
- role: ws/base
- role: core/admin-users
+ - role: network/wireguard/base
- role: ws/minet
post_tasks:
- name: install ansible via pip
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 1e3c2164..e502faa9 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -228,6 +228,8 @@ ws_base_extra_packages:
- kubectl
# needs apt-repo/riot
- element-desktop
+ # needs apt-repo/nordvpn
+ - nordvpn
## ansible in focal is outdated and the PPA is currently broken
## will install ansible via pip but listing the deps here: