You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,32 @@ A brief description of the role goes here.
9
9
10
10
## Requirements
11
11
12
-
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
12
+
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here.
13
+
For instance, if the role uses the EC2 module,
14
+
it may be a good idea to mention in this section that the boto package is required.
13
15
14
16
- ansible >= 1.7.2
15
17
16
18
## Role Variables
17
19
18
-
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
20
+
A description of the settable variables for this role should go here,
21
+
including any variables that are in defaults/main.yml, vars/main.yml and
22
+
any variables that can/should be set via parameters to the role.
23
+
24
+
Any variables that are read from other roles and/or
25
+
the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
19
26
20
27
## Dependencies
21
28
22
-
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
29
+
A list of other roles hosted on Galaxy should go here,
30
+
plus any details in regards to parameters that may need to be set for other roles
31
+
or variables that are used from other roles.
23
32
24
33
## Example Playbook
25
34
26
-
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
35
+
Including an example of how to use your role
36
+
(for instance, with variables passed in as parameters)
37
+
is always nice for users too:
27
38
28
39
- hosts: servers
29
40
roles:
@@ -40,4 +51,5 @@ BSD
40
51
41
52
## Author Information
42
53
43
-
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
54
+
An optional section for the role authors to include contact information or
0 commit comments