Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danihodovic/ansible-role-openproject
An opinionated role that installs OpenProject as a single Docker container.
https://github.com/danihodovic/ansible-role-openproject
ansible ansible-role container deployment docker openproject project-management
Last synced: 6 days ago
JSON representation
An opinionated role that installs OpenProject as a single Docker container.
- Host: GitHub
- URL: https://github.com/danihodovic/ansible-role-openproject
- Owner: danihodovic
- License: mit
- Created: 2020-05-10T15:57:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T20:26:42.000Z (almost 4 years ago)
- Last Synced: 2024-05-14T00:33:07.977Z (6 months ago)
- Topics: ansible, ansible-role, container, deployment, docker, openproject, project-management
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible OpenProject [![Build Status](https://travis-ci.org/danihodovic/ansible-role-openproject.svg?branch=master)](https://travis-ci.org/danihodovic/ansible-role-openproject)
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](./defaults/main.yml).
Example Playbook
----------------```yaml
---
- 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)