Fixing the links
This commit is contained in:
parent
292ca2ef63
commit
6bdc573baa
1 changed files with 23 additions and 23 deletions
|
@ -1,7 +1,7 @@
|
||||||
ansible-role-openpolicyagent
|
ansible-role-openpolicyagent
|
||||||
============================
|
============================
|
||||||
|
|
||||||
The `ansible-role-openpolicyagent` ansible role installs and configures `Open Policy Agent <https://www.openpolicyagent.org/>`_.
|
The `ansible-role-openpolicyagent` ansible role installs and configures [Open Policy Agent](https://www.openpolicyagent.org/).
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
@ -18,15 +18,15 @@ Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
| Variable | Default | Description |
|
| Variable | Default | Description |
|
||||||
|:--------------------------------------------------------|:--------------------------------------------------------------------------------------------:|:-------------------------------------------------|
|
|:--------------------------------------------------------|:------------------------------------------------------------------------------------------:|:-------------------------------------------------|
|
||||||
| `openpolicyagent_version` | `v0.14.2` | OPA version |
|
| `openpolicyagent_version` | `v0.14.2` | OPA version |
|
||||||
| `openpolicyagent_home` | `/opt/opa` | OPA home directory |
|
| `openpolicyagent_home` | `/opt/opa` | OPA home directory |
|
||||||
| `openpolicyagent_bin` | `/opt/opa/bin` | OPA binary path |
|
| `openpolicyagent_bin` | `/opt/opa/bin` | OPA binary path |
|
||||||
| `openpolicyagent_name` | `opa` | OPA name of file to download |
|
| `openpolicyagent_name` | `opa` | OPA name of file to download |
|
||||||
| `openpolicyagent_user` | `opa` | OPA user to create and use |
|
| `openpolicyagent_user` | `opa` | OPA user to create and use |
|
||||||
| `openpolicyagent_group` | `opa` | OPA group to create and use |
|
| `openpolicyagent_group` | `opa` | OPA group to create and use |
|
||||||
| `openpolicyagent_base_url` | `Link <https://github.com/open-policy-agent/opa/releases/download>`_ | OPA download base URL |
|
| `openpolicyagent_base_url` | [Link](https://github.com/open-policy-agent/opa/releases/download) | OPA download base URL |
|
||||||
| `openpolicyagent_url` | `Link <https://github.com/open-policy-agent/opa/releases/download/v0.14.2/opa_linux_amd64>`_ | OPA download URL |
|
| `openpolicyagent_url` | [Link](https://github.com/open-policy-agent/opa/releases/download/v0.14.2/opa_linux_amd64) | OPA download URL |
|
||||||
| `openpolicyagent_config_path` | `/etc/opa` | OPA configuration base path |
|
| `openpolicyagent_config_path` | `/etc/opa` | OPA configuration base path |
|
||||||
| `openpolicyagent_config_d_path` | `/etc/opa/opa.d/` | OPA config.d path |
|
| `openpolicyagent_config_d_path` | `/etc/opa/opa.d/` | OPA config.d path |
|
||||||
| `openpolicyagent_config_file` | `/etc/opa/config.yml` | OPA configuration file path |
|
| `openpolicyagent_config_file` | `/etc/opa/config.yml` | OPA configuration file path |
|
||||||
|
|
Loading…
Reference in a new issue