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'] v.memory = vm['memory']
# Provisioning configuration for Ansible. # Provisioning configuration for Ansible.
config.vm.provision "ansible" do |ansible| config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbooks/install.yml" ansible.playbook = "playbooks/install.yml"
end end
end end
end end

View File

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