add net-tools
This commit is contained in:
parent
9db88eccd5
commit
818bb2aa22
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -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
|
||||
|
||||
@ -40,6 +40,7 @@
|
||||
- htop
|
||||
- btop
|
||||
- fail2ban
|
||||
- net-tools
|
||||
- resolvconf
|
||||
- wireguard
|
||||
- python3-venv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user