Skip to content

Commit

Permalink
Copy requirements.yml to main dir to make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Aug 26, 2024
1 parent 4b78c8f commit d573da0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
- role: ome.omero_common
- role: ome.basedeps
- role: ome.java
- role: ome.python3_virtualenv
- role: ome.ice
- role: ome.postgresql
- role: ome.postgresql_client
- role: ome.deploy_archive
- role: ome.omero_server
- role: ome.omero_web
- role: ome.nginx
- role: ome.redis
- role: ome.selinux_utils
- role: ome.versioncontrol_utils
- role: ome.ssl_certificate
- name: nfs_mount
src: https://github.com/ome/ansible-role-nfs-mount/
- name: nfs_share
src: https://github.com/ome/ansible-role-nfs-share/
- name: iptables_raw
src: https://github.com/pwalczysko/ansible-role-iptables-raw/
version: rocky9
- role: ome.cli_utils
- role: ome.docker
- role: ome.postgresql_backup
- role: ome.omero_user

0 comments on commit d573da0

Please sign in to comment.