There was an error while loading. Please reload this page.
1 parent 09083c8 commit d14a0a7Copy full SHA for d14a0a7
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