Skip to content

Ansible role to install Open Policy Agent

License

Notifications You must be signed in to change notification settings

rfcoutinho/ansible-role-opa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Lint

Ansible Role OPA

This role installs the Open Policy Agent and can also be used to manage your data and policies configuration file

Requirements

If install_method: "build" this role will make use of make and golang

Role Variables

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

Dependencies

N/A

Example Playbook

---
- hosts: "{{ target_host }}"
  become_method: sudo
  roles:
    - ansible-role-opa

License

GPLv3

Author Information

Rafael Coutinho

About

Ansible role to install Open Policy Agent

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published