add net-tools

This commit is contained in:
Grégory Lebreton 2026-01-19 15:51:02 +01:00
parent 9db88eccd5
commit 818bb2aa22
2 changed files with 3 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -17,8 +17,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
v.memory = vm['memory']
# Provisioning configuration for Ansible.
config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbooks/install.yml"
config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbooks/install.yml"
end
end
end

View File

@ -40,6 +40,7 @@
- htop
- btop
- fail2ban
- net-tools
- resolvconf
- wireguard
- python3-venv