patfreeman / ocemr_ansible

Ansible Playbook for OCEMR
0 stars 0 forks source link

OCEMR Role

OCEMR Appliance Configuration Role

Requirements

None that I know of.

Role Variables

Database configuration

Leave the host and port empty to use the local socket.

Application configuration

Options from the OCEMR settings.py

Example Inventory

    - hosts: localhost
      connection: local
      roles:
          - ocemr
      vars:
          - db_admin_password: supersecretpassword
          - ocemr_debug: False

Usage

# git clone https://github.com/patfreeman/ocemr_ansible.git ocemr
# vi ocemr.yml # Insert Example Inventory and edit to liking with Role Variables
# ansible-playbook ocemr.yml