Fix metadata for Galaxy, lint

Change-Id: I8ad5fe56d26b81a9bcca80ed735e2ec8d575fb91
5 files changed
tree: 82eff0f19769519c86c287ca599b8dcee5be0b91
  1. .cookiecutter_params.json
  2. .reuse/
  3. LICENSES/
  4. Makefile
  5. README.md
  6. VERSION
  7. defaults/
  8. handlers/
  9. meta/
  10. molecule/
  11. tasks/
  12. templates/
  13. vars/
README.md

timesheets

ONF Timesheets Web App

This role deploys the timesheets web application, found in these two repos:

See the configuration variables given in the defaults/main.yml file for the database connection, and external service credentials.

Also requires a private key from Docusign, stored in a file named docusignPrivate.key somewhere in the file lookup path.

Requirements

Requires PostgreSQL, Node.js, and NGINX to be installed as well.

Minimum ansible version: 2.9.5

Example Playbook

- hosts: all
  roles:
    - timesheets

License and Author

© 2020 Open Networking Foundation support@opennetworking.org

License: Apache-2.0