radekg / terraform-provisioner-ansible

Ansible with Terraform 0.14.x
Apache License 2.0
572 stars 100 forks source link

[2.0.0] Ability to change the remote provisioner bootstrap directory. #79

Closed radekg closed 6 years ago

radekg commented 6 years ago

Currently, the bootstrap data is assumed to be deployed to /tmp/ansible-terraform-bootstrap. It is possible that the /tmp may be mounted with ro. It's not safe to assume that the bootstrap data can be uploaded to that location.

Provide the ability to change the path.