Skip to content

danihodovic/ansible-role-openproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible OpenProject Build Status

An opinionated role that installs OpenProject as a single Docker container. If you're looking for a role that installs it as multiple containers - https://github.com/abate/ansible-role-openproject.

Role Variables

Required:

  • openproject_secret_key_base

Optional variables in defaults.yml.

Example Playbook

---
- name: Install OpenProject
  hosts: localhost
  roles:
    - role: ansible-role-openproject
      vars:
        openproject_secret_key_base: secret
        openproject_docker_ports: ['80:80']
        openproject_config: '{{ lookup("template", "openproject_config.yml") }}'

License

MIT

Author Information

Dani Hodovic (https://depode.com)

About

An opinionated role that installs OpenProject as a single Docker container.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published