From 999c49910a7a2396f241bd6f933dc1af9e7df2d3 Mon Sep 17 00:00:00 2001 From: pwalczysko Date: Fri, 23 Aug 2024 15:35:46 +0100 Subject: [PATCH] Point out that the playbooks work on CentOS 7 only, remove ome-ansible-molecule --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 798e3c28..1405bc34 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ OME production services playbooks ================================= +**NOTE: We are in the process of migration of the playbooks in this repo to Rocky Linux 9/RHEL 9 OS but at the moment, they function only on CentOS 7 !!** These playbooks encapsulate the running of various production servers run by the OME team. If you are looking for examples of running your own production OMERO.server see @@ -10,7 +11,7 @@ If you are looking for examples of running your own production OMERO.server see Details ------- -- Install `Ansible` and dependencies using the [ome-ansible-molecule package](https://pypi.org/project/ome-ansible-molecule/). +- Install `Ansible` >2.10. - Install required roles: `ansible-galaxy install -r requirements.yml` - Run the [`site.yml` playbook](site.yml).