Set up tflint utility.
The role has been tested on the following stack:
- CentOS 7
| parameter | required | default |
|---|---|---|
| tflint_bin_dir | yes | /usr/local/tflint/bin |
| tflint_v | yes | v0.5.0 |
| tflint_zip_file | yes | tflint_linux_amd64.zip |
| tflint_release_repo | yes | https://github.com/wata727/tflint/releases/download |
- hosts: servers
roles:
- mauromedda.ansible_role_unzip
- { role: ansible_role_tflint, tflint_v: v0.5.1 }
BSD
misurellig < bejohnzorn at gmail dot com >