tree: 8e10ca72e746b3b531976677e4b14f0a42040bf1 [path history] [tgz]
  1. files/
  2. host_vars/
  3. roles/
  4. .gitignore
  5. hosts
  6. README.md
  7. setup-desktop.yml
  8. setup-gsm-tester.md
  9. setup-gsm-tester.yml
  10. setup-jenkins-slave.yml
  11. setup-simtest.yml
ansible/README.md

ansible repository

Ansible is an automisation, provisioning and configuration management utility.

How to use it?

  • you need ansible installed (version 2.4, other might work as well)

How to setup the gsm-tester?

ansible-playbook -i hosts setup-gsm-tester.yml

Your ssh key need to be deployed on the host. Further information on this job can be found in setup-gsm-tester.md.

How to setup a jenkin slave?

ansible-playbook -i hosts setup-jenkins-slave.yml

Further information on this job and around the setup can be found on the redmine wiki.