Skip to content

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

License

Notifications You must be signed in to change notification settings

uguy/ansible_role_bonita_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: "bonita-user@somewhere.com"

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

Releases

No releases published

Packages

No packages published

Languages