This role installs the Open Policy Agent and can also be used to manage your data and policies configuration file
If install_method: "build"
this role will make use of make
and golang
variables | default value | type | description |
---|---|---|---|
config_mode | false | bool | Enable OPA to run with a configuration file |
upload_data | false | bool | Upload you data files within /templates/data |
upload_policy | false | bool | Upload you data files within /templates/policies |
install_method | download | string | Preferred installtion method: Set build to do it from source |
N/A
---
- hosts: "{{ target_host }}"
become_method: sudo
roles:
- ansible-role-opa
GPLv3
Rafael Coutinho