SetupΒΆ
These steps describe how to setup the control machine. SSH access to the managed machine(s) is the responsibility of the user.
Clone the esgf-ansible repo at the current version, for example version 4.0.0-beta1
git clone --branch 4.0.0-beta1 https://github.com/ESGF/esgf-ansible.git && cd esgf-ansible
(Optional, but recommended) Create a Python environment, using a tool like
virtualenv
orconda
, and activate the environment.Install
ansible
.pip install ansible==2.7.5
Check the
ansible
version is as installed above.ansible --version