osmo-ci/ansible
Harald Welte 326221b87c ansible: Install 'sdcc' compiler for libusrp firmware on build slaves
Change-Id: I2fa8fa1a195079a0d8beda6a0aa4fc090ca37970
2019-01-11 18:54:12 +01:00
..
files add ansible playbooks 2018-03-16 09:18:11 +00:00
host_vars ansible: gsm-tester: prod has now 8 modems attached 2018-11-07 10:23:42 +00:00
roles ansible: Install 'sdcc' compiler for libusrp firmware on build slaves 2019-01-11 18:54:12 +01:00
.gitignore add ansible playbooks 2018-03-16 09:18:11 +00:00
README.md README.md: mark the version bold 2018-06-05 11:55:39 +02:00
hosts ansible: add playbook setup-simtest 2018-07-19 23:04:24 +02:00
setup-desktop.yml osmocom-workstatin: change default user to osmocom 2018-06-13 11:12:18 +00:00
setup-gsm-tester.md ansible: Document docker login step 2018-05-25 12:16:09 +02:00
setup-gsm-tester.yml ansible: gsm-tester: change production gsm_modems to 3 2018-06-12 16:17:27 +00:00
setup-jenkins-slave.yml ansible: create a new group coverity-slaves to choose the target of coverity 2018-04-05 19:58:51 +00:00
setup-simtest.yml ansible: add playbook setup-simtest 2018-07-19 23:04:24 +02:00

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.