|
5 years ago | |
---|---|---|
bin | 5 years ago | |
playbooks | 5 years ago | |
roles | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
ansible.cfg | 5 years ago |
Simple tool to install the latest version of CERN ROOT on workstations.
Current latest ROOT version: v6.18.04
The LCM team, among other services, provides help to users for setup their workstations, and the ROOT installation is one of the most requested tasks.
This repo is a simple exercise that aims to provide a quick and easy way to install ROOT from binary packages on laptops meanwhile demostrating how useful and effective Ansible is as an automation tool.
Ansible version 2.5+ is required.
Ansible can be installed with the following commands:
# dnf install -y ansible
# apt install ansible
Clone this repo on your machine:
$ git clone https://lcm.mi.infn.it/gogs/andreatsh/cern-root-setup.git
Run the Ansible installation playbook:
$ cd cern-root-setup/bin
$ bash setup.sh
This project is licensed under GPLv3 License - see the LICENSE file for details.