1# Role Name
2
3Adds a <SERVICE_NAME> service to your [Ansible Container](https://github.com/ansible/ansible-container) project. Run the following commands
4to install the service:
5
6```
7# Set the working directory to your Ansible Container project root
8$ cd myproject
9
10# Install the service
11$ ansible-container install <USERNAME.ROLE_NAME>
12```
13
14## Requirements
15
16- [Ansible Container](https://github.com/ansible/ansible-container)
17- An existing Ansible Container project. To create a project, simply run the following:
18    ```
19    # Create an empty project directory
20    $ mkdir myproject
21
22    # Set the working directory to the new directory
23    $ cd myproject
24
25    # Initialize the project
26    $ ansible-container init
27    ```
28
29- Continue listing any prerequisites here...
30
31
32## Role Variables
33
34A 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
35via 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.
36
37## Dependencies
38
39A 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.
40
41## License
42
43BSD
44
45## Author Information
46
47An optional section for the role authors to include contact information, or a website (HTML is not allowed).
48
49
50