aboutsummaryrefslogtreecommitdiff
path: root/erp-playbook/roles/erp_get_build/README.md
blob: 93d8dcc2b30598989861443b4c12099dcf58a512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ERP Get Build
=============

Download an Enterprise Reference Platform (ERP) release.

By default, this role will discover the latest staging ERP build from jenkins,
set 'erp_latest_build' number, and download the build to ./builds/staging/.

Requirements
------------

None

Role Variables
--------------

In:

| variable | description | default
|----------|-------------|---------
| erp_debian_installer_environment | [staging|release] | staging

Out:

| variable | description | example
|----------|-------------|---------
| erp_latest_build | Latest build number, based on debian_installer_environment | 430

Dependencies
------------

None

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

    - hosts: servers
      roles:
        - role: get_erp_build

License
-------

BSD

Author Information
------------------

Dan Rue <dan.rue@linaro.org>