aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-24 16:35:33 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-05-24 16:35:33 +0200
commitacfaecc0080e53bd7c0ad8db96ed77e398a0719b (patch)
tree5d41491a3ce209aa965c002c67fc59acc4bdea83
parent8508b81403ac05bdc0a079da21c0236995af3072 (diff)
ansible: add a simple README.md
-rw-r--r--ansible/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible/README.md b/ansible/README.md
new file mode 100644
index 0000000..21763f4
--- /dev/null
+++ b/ansible/README.md
@@ -0,0 +1,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.