donal
2018-04-05 b542653ea234a351838e0c01c48b135a827ce8a4
commit | author | age
0f4d08 1 # The PBI Menace
D 2
3 > In this lab; learners will use Ansible to drive automated provisioning of Projects, Access Control, Git, Jenkins and Nexus 
4
5 ## Learning Outcomes
6 As a learner you will be able to
7 - Do thing 1
8 - Do thing 2
9 - Do thing 3
10
11 ## Tools and Frameworks
12 > Name of tool - short description and link to docs or website
13
14 1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
15 1. [Ansible]() - blah blah ...
16
17
18 ## 10,000 Ft View
19 > This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
20
21 ## Step by Step Instructions
22 > This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
23
24 ### Part 1 - do some things
25 2. Do thing using tool X.
26 2. Insert blah into `file1.txt`
27 ```
28 export SOME_THING=biscuits
29 ```
30 2. Open console and navigate to `New Item` and click it ![new-item](../images/new-item.png)
31
32 ### Part 2 - do some other things
33 3. Do other things
34
35 ## Extension Tasks
36 > Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope.
37
38  - Add Auth to your application
39  - Do some other stuff
40
41 ## Additional Reading
42  > List of links or other reading that might be of use / reference for the exercise