Skip to content

Commit 67fba3d

Browse files
authored
Merge pull request #429 from vjrj/distros-in-readme
Added distros to README and some ansible tip for newbies
2 parents 9cf5fb1 + 90aedb1 commit 67fba3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project includes a playbook for setting up an ALA demo.
66

77
### Ansible: The current supported version is: **2.9.7**
88

9-
The playbooks and roles in this repository have been developed and tested against the above version.
9+
The playbooks and roles in this repository have been developed and tested against the above version. Typically you need to install ansible in your computer or in the computer you'll use to deploy from.
1010

1111
NOTE: many linux packages have an older version of Ansible (1.7 or even 1.5). You will need to update your packages and upgrade ansible first.
1212

@@ -35,6 +35,10 @@ ERROR: apache2_module is not a legal parameter in an Ansible task or handler.
3535
```
3636
then you have an older version of Ansible.
3737

38+
### Operating System
39+
40+
These playbooks and roles are currently well tested on Ubuntu `18.04`. We are testing also Ubuntu `20.04` but it's a work in progress. We have less tested other distributions like Redhat or even Debian as the big majority of our production deployments run over Ubuntu.
41+
3842
## Setup a Living Atlas
3943

4044
A Living Atlas (LA) can be typically deployed using these [ALA ansible playbooks](https://github.com/AtlasOfLivingAustralia/ala-install/tree/master/ansible) with some custom ansible inventories with information about your LA site (like your domain, organization name, name of the servers to use, contact email, and a big etcetera).

0 commit comments

Comments
 (0)