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']
|
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
|
||||||
|
|||||||
@ -40,6 +40,7 @@
|
|||||||
- htop
|
- htop
|
||||||
- btop
|
- btop
|
||||||
- fail2ban
|
- fail2ban
|
||||||
|
- net-tools
|
||||||
- resolvconf
|
- resolvconf
|
||||||
- wireguard
|
- wireguard
|
||||||
- python3-venv
|
- python3-venv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user