diff --git a/README.md b/README.md index b3b63b93..a944936f 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,6 @@ git clone https://github.com/ESGF/esgf-docker.git cd esgf-docker ``` -These changes have not yet been committed to `master`, so you will need to check out the development branch: - -```sh -git checkout future-architecture -``` Then follow the deployment guide for your chosen deployment method: diff --git a/docs/deploy-ansible.md b/docs/deploy-ansible.md index 8066c266..912010f7 100644 --- a/docs/deploy-ansible.md +++ b/docs/deploy-ansible.md @@ -27,11 +27,16 @@ configurations. +## Prerequisites + +The prerequisites for running the Ansible node with Docker containers are similar to the node requirements for the classic deployment of ESGF services (without the use of containers). Specifically, the assumed target host for deployment assumes a RHEL 7 or CentOS 7 deployment. Additionally, the playbook operator must have full host control with sudo / root access. You may want to familiarize yourself with additional requirements here https://esgf.github.io/esgf-ansible/requirements/requirements.html#system + ## Running the playbook Before attempting to run the playbook, make sure that you have [installed Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html). + Next, make a configuration directory - this can be anywhere on your machine that is **not** under `esgf-docker`. You can also place this directory under version control if you wish - this can be very useful for tracking changes to the configuration, or even triggering deployments automatically when