Ansible role to provision a zone on OpenIndiana
Olaf Bohlen
2020-08-19 3ada41b2e02817175192ac3e44f261ee76993a66
commit | author | age
9cdfbb 1 Role Name
OB 2 =========
3
3ada41 4 This role is supposed to deploy a new OpenIndiana Zone on a yada...
9cdfbb 5
OB 6 Requirements
7 ------------
8
9 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.
10
11 Role Variables
12 --------------
13
14 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.
15
16 Dependencies
17 ------------
18
19 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.
20
21 Example Playbook
22 ----------------
23
24 Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
25
26     - hosts: servers
27       roles:
28          - { role: username.rolename, x: 42 }
29
30 License
31 -------
32
33 BSD
34
35 Author Information
36 ------------------
37
38 An optional section for the role authors to include contact information, or a website (HTML is not allowed).