Updated get-vim-ips script to use hostnames.

- Made the qemu-agent content in the cloud-init config to be controlled
  by a 'install-qemu-agent' flag.
ansible-test^2
shnee 4 years ago
parent fee62e0385
commit 6c2d3e3837

@ -33,7 +33,7 @@ resource "aws_default_security_group" "sg" {
}
tags = {
Name = "${var.name-prefix}-ssh-from-admins--sg"
Name = "${var.name-prefix}-ssh-from-admins-sg"
}
}

Loading…
Cancel
Save