dhcp4.conf

This commit is contained in:
phil
2024-01-10 15:32:58 +01:00
parent eda471703b
commit 094ac5d468
3 changed files with 535 additions and 213 deletions

View File

@@ -38,6 +38,7 @@ Vagrant.configure("2") do |config|
inline: "sudo apt-get update ; sudo apt-get install -y vim curl wget"
kea1.vm.provision "ansible" do |ansible|
ansible.extra_vars = {
srv_name: "kea1",
srv_ip: "192.168.56.2",
}
ansible.playbook = "provision/setup-kea.yml"
@@ -55,6 +56,7 @@ Vagrant.configure("2") do |config|
inline: "sudo apt-get update ; sudo apt-get install -y vim curl wget"
kea2.vm.provision "ansible" do |ansible|
ansible.extra_vars = {
srv_name: "kea2",
srv_ip: "192.168.56.3",
}
ansible.playbook = "provision/setup-kea.yml"