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 remote Ansible installer path. #78

Closed radekg closed 6 years ago

radekg commented 6 years ago

Currently, the installer is assumed to be deployed and executed from /tmp/ansible-installer.sh. It is possible that the /tmp may be mounted with ro,noexec. It's not safe to assume that the installer can be uploaded / executed from that location.

Provide the ability to change the path.