Added aethercompute and jenkins playbook

Minor documentation fixes

Change-Id: I8b4ae3f5628eb4869913ceab57b5599a4d57775f
diff --git a/playbooks/jenkins-playbook.yml b/playbooks/jenkins-playbook.yml
new file mode 100644
index 0000000..cb38026
--- /dev/null
+++ b/playbooks/jenkins-playbook.yml
@@ -0,0 +1,7 @@
+# Ansible playbook to configure jenkins
+
+- name: Configure jenkins
+  hosts: jenkins
+  become: true
+  roles:
+    - users