There was an error while loading. Please reload this page.
2 parents 09083c8 + d14a0a7 commit a636947Copy full SHA for a636947
01-jenkins-setup/jenkins-controller.pkr.hcl
@@ -30,7 +30,7 @@ build {
30
31
provisioner "ansible" {
32
playbook_file = "ansible/jenkins-controller.yaml"
33
- ssh_username = "ubuntu"
+ user = "ubuntu"
34
extra_arguments = [ "--extra-vars", "ami-id=${var.ami_id} efs_mount_point=${var.efs_mount_point}", "--scp-extra-args", "'-O'", "--ssh-extra-args", "-o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa" ]
35
}
36
0 commit comments