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.3
git clone --branch 4.0.3 https://github.com/ESGF/esgf-ansible.git && cd esgf-ansible
(Optional, but strongly 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
Warning
ESGF-Ansible is completely separate from the legacy 2.x ESGF-Installer. The tools provided by ESGF-Installer are, in general, incompatible with ESGF-Ansible and should not be used in cooperation with ESGF-Ansible. The FAQ page describes how to upgrade a node from the legacy installer using ESGF-Ansible, after which point the legacy tools should no longer be used.