schema-registry
brandisher.schema-registry
Role for installing and configuring Confluent Schema Registry on SLES 12.
Requirements
Presumes that you're installing on SLES 12 with a local repo that has a JDK package.
Role Variables
- Optional
install_jdk
-- Defaults to "false". jdk_package is required to be set ifinstall_jdk
is truejdk_package
-- A string that should be [jdk package name]=[jdk package version]. The install is done with zypper so anything that zypper can handle syntax wise should work.
install_from_confluent
-- Defaults to "true". Both of the below variables are required if this is "true". If it's "false", onlyschema_registry_rpm_repo
is required.schema_registry_rpm_repo_key
-- Defaults to "http://packages.confluent.io/rpm/2.0/archive.key".schema_registry_rpm_repo
-- Defaults to "http://packages.confluent.io/rpm/2.0"
schema_registry_rpm
-- Defaults to "confluent-schema-registry=2.0.1-1"
Dependencies
No dependencies
Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: brandisher.schema-registry }
License
BSD-3-Clause
Author Information
About
Role for installing and configuring Confluent Schema Registry on SLES 12.
Install
ansible-galaxy install ConduentLCS/ansible-role-schema-registry
License
bsd-3-clause
Downloads
15