Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.15 KB

README.md

File metadata and controls

88 lines (64 loc) · 3.15 KB

bonitasoft

bonita_dev

License Build Status

An Ansible role to setup Bonita Community server on a developer box.

Bonita server is installed in the user's home directory as default. A new tenant password is randomly generated on each run and the user is notified by an email providing the new tenant password.

This purpose of this repo is to play with ansible, molecule and Bonita BPM community server, thus not for production use 😇

Requirements

  • ansible >= 2.x
  • Requires at least Java 8. See geerlingguy.java role instructions for installing OpenJDK 8.

Facts

  • java_installed: fact set by this role that contains a flag that indicates if Java is installed on the host.
  • java_version_installed: fact set by this role that contains the string of the Java version installed in the system.
  • tenant_admin_password: fact set by this role that contains the string of the randomly generated password for the tenant user Install (generated each run).

Role Variables

Debian/Ubuntu

  • bonita_home_dir: "~/bonita"
  • bonita_required_packages: ['unzip']

Playbooks

    - hosts: localhost
      roles:
         - role: bonita_dev
           vars:
              smtp_to: "[email protected]"

Tests

Molecule is designed to aid in the development and testing of Ansible roles -- Molecule

Please, refer to the manual to install and use molecule.

# Running the tests
molecule test
Family Distribution Version Test Status
Debian Ubuntu Bionic x86_64
Debian Ubuntu Xenial x86_64
Debian Debian Buster x86_64
Debian Debian Stretch x86_64

License

GPLv3

Links