aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/README.md
blob: 15c61648fe40c632e01011cfee399a76fc5611e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.