Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
- make a hosts file (you can use template file in examples dir)
- install ansible repos with:
ansible-galaxy install -r requirements.yml
orsh tools/pullReqs.sh
- Copy dir examples/group_vars to the repository root dir
- on group_vars/ change file names from .example to .yml
- Edit group_vars files with your system configuration parameters
Basic Usage Example, more details on https://confluence.csc.fi/display/FGCI/FGCI+Cluster+deployment+and+installation+guide:
ansible-playbook -i hosts site.yml --tags user ansible-playbook -u ssh-user -i hosts site.yml --tags user
This playbook is very much a work in progress.