agent conf
This commit is contained in:
3
kea-dhcp-ha/Vagrantfile
vendored
3
kea-dhcp-ha/Vagrantfile
vendored
@@ -54,6 +54,9 @@ Vagrant.configure("2") do |config|
|
||||
kea2.vm.provision "shell",
|
||||
inline: "sudo apt-get update ; sudo apt-get install -y vim curl wget"
|
||||
kea2.vm.provision "ansible" do |ansible|
|
||||
ansible.extra_vars = {
|
||||
srv_ip: "192.168.56.3",
|
||||
}
|
||||
ansible.playbook = "provision/setup-kea.yml"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user