https://github.com/bjoernalbers/ansible-role-dcm4chee2
Ansible Role to install DCM4CHEE v2 on Ubuntu Linux
https://github.com/bjoernalbers/ansible-role-dcm4chee2
ansible ansible-role archive dcm4chee dicom java linux pacs server ubuntu
Last synced: 2 months ago
JSON representation
Ansible Role to install DCM4CHEE v2 on Ubuntu Linux
- Host: GitHub
- URL: https://github.com/bjoernalbers/ansible-role-dcm4chee2
- Owner: bjoernalbers
- License: mit
- Created: 2017-05-17T12:41:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T22:00:48.000Z (about 9 years ago)
- Last Synced: 2025-03-27T12:35:46.742Z (about 1 year ago)
- Topics: ansible, ansible-role, archive, dcm4chee, dicom, java, linux, pacs, server, ubuntu
- Language: Shell
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ansible Role: dcm4chee2
Install
[dcm4chee-2.x DICOM Clinical Data Manager system](https://dcm4che.atlassian.net/wiki/display/ee2/)
on Ubuntu Linux.
**NOTE: Alpha release / Work in progress!**
## Requirements
None.
## Role Variables
### Storage directory
dcm4chee stores by default all DICOM files into
`{{ dcm4chee2_home }}/server/default/archive`.
If you define `dcm4chee2_storage` then the default location will be symlinked
to this directory (needs to be present and writable by system-user "dcm4chee"):
Example:
```yaml
dcm4chee2_storage: "/mnt/storage/dicom"
```
By that you can keep your data on a bigger storage.
## Dependencies
None.
## Example Playbook
```yaml
- hosts: pacs
roles:
- { role: bjoernalbers.dcm4chee2 }
```
## License
This Ansible role is released under the [MIT License](LICENSE.txt).