dhcp4.conf
This commit is contained in:
2
kea-dhcp-ha/Vagrantfile
vendored
2
kea-dhcp-ha/Vagrantfile
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user