imfreedom/bamboo-terraform

Add a new role "cache" which sets up apt-cacher-ng and add support in the worker instances for it
# Use the archive_file data source to detect changes in the ansible scripts
data "archive_file" "ansible_scripts" {
type = "zip"
source_dir = "ansible/"
output_path = "ansible.zip"
}