forked from ome/prod-playbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy requirements.yml to main dir to make test pass
- Loading branch information
1 parent
4b78c8f
commit d573da0
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |