commit 5c0be59633111cd647d1ec90e456f48a07fc8f5c
parent 9bcd81f403681a919c87942f4eb8b5a31fcf7004
Author: Dionysis Grigoropoulos <dgrig@erethon.com>
Date: Tue, 22 Jan 2019 00:02:08 +0200
apt_install: Install nc-openbsd on spinny
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ansible/inventory/host_vars/spinny/apt_install.yml b/ansible/inventory/host_vars/spinny/apt_install.yml
@@ -3,4 +3,5 @@
apt_install__host_packages: ['haproxy', 'cryptsetup', 'kvm', 'libvirt-clients',
'libvirt-daemon-system', 'ebtables', 'dnsmasq',
'bridge-utils', 'qemu-utils', 'virtinst',
- 'openvpn', 'easy-rsa', 'pdns-server']
+ 'openvpn', 'easy-rsa', 'pdns-server',
+ 'netcat-openbsd']