Skip to content

Commit bc822a9

Browse files
committed
Use new version of idr.openstack_idr_instance compatible with Ansible 2.10
Also update various references to the minimal Ansible version
1 parent bcafbe0 commit bc822a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you are deploying the IDR platform on OpenStack you should have a good workin
1616

1717
All documents assume extensive knowledge of [OMERO](https://www.openmicroscopy.org/site/support/omero5/sysadmins/).
1818

19-
Ansible 2.3 is required.
19+
Ansible 2.9 is required.
2020
Some Ansible tasks can take a long time, such as pulling Docker images.
2121
If you see lost connections you can try setting a keep-alive in your `.ssh/config` file, e.g. `ServerAliveInterval 30`.
2222

ansible/requirements.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
# External IDR roles
135135

136136
- name: idr.openstack_idr_instance
137-
version: 3.1.2
137+
version: 4.0.0
138138

139139
- name: idr.openstack_idr_instance_network
140140
version: 1.1.2

docs/provisioning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The production (public-facing) IDR (3 servers):
1111

1212
## Ansible prerequisites
1313

14-
Almost all of the provisioning and deployment in the IDR is done using Ansible 2.1.
14+
All of the provisioning and deployment in the IDR is done using Ansible 2.10.
1515
All ansible commands should be run from a shell in the [`ansible`](../ansible) directory.
1616

1717
cd ../ansible

0 commit comments

Comments
 (0)