aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/all.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-05 13:11:25 +0100
committerbinary <me@rgoncalves.se>2020-12-05 13:11:25 +0100
commitc91eb3fbc202d296b68d47e5b6c6e573a598769f (patch)
treebfe9c9cfb11f79fbdfa405b3228cb0a9a856992c /group_vars/all.yml
parentce7b3a7673e34a7c9aa154e644fae96c584aa5b0 (diff)
downloadold-infrastructure-c91eb3fbc202d296b68d47e5b6c6e573a598769f.tar.gz
Add java and virt kernel module.
Diffstat (limited to 'group_vars/all.yml')
-rw-r--r--group_vars/all.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index ffdf3f8..0f85764 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -15,14 +15,15 @@ global:
dns:
- 8.8.8.8
- - 8.8.4.4
+ - 1.1.1.1
packages:
alpine:
sshfs: "sshfs"
- wireguard: "wireguard-lts wireguard-tools ip6tables"
+ wireguard: "wireguard-virt wireguard-tools ip6tables"
node_exporter: "prometheus-node-exporter"
+ java: "openjdk14-jre-headless"
extra: "shadow"
debian:
remember that computers suck.