osmo-ci/ansible
Holger Hans Peter Freyther 8f33ecf33b ansible: Wrap distro version number as string for ansible
Change-Id: I58591ee37c6ec1479778c3f90ed8004a7e2adf1e
2018-11-09 02:00:47 +00: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: Wrap distro version number as string for ansible 2018-11-09 02:00:47 +00: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.