bradley_ess
2/19/2018 - 12:52 AM

Install Ansible on Packer Builder instance.

"provisioners": [
    {
      "type": "shell",
      "inline": [
        "sudo apt-get update -y",
        "sudo apt-get install software-properties-common -y",
        "sudo apt-add-repository ppa:ansible/ansible -y ",
        "sudo apt-get update -y ",
        "sudo apt-get install ansible -y"
      ]
    },
    ...
  ]