Added role information
This commit is contained in:
parent
92134a7cb1
commit
e1b2a98ba8
6 changed files with 9 additions and 9 deletions
|
|
@ -1,12 +1,12 @@
|
|||
role-audiobookshelf
|
||||
=========
|
||||
|
||||
A brief description of the role goes here.
|
||||
This role installs and configures audiobookshelf, which is a web-based tool for downloading and listening to audiobooks and podcasts
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
No requirements
|
||||
certbot nginx-ssl
|
||||
|
||||
Role Variables
|
||||
--------------
|
||||
|
|
@ -23,8 +23,8 @@ Example Playbook Template
|
|||
|
||||
Playbook creation should be handled by playbook-builder. To include role in a playbook, add one of these lines (changing version/branch as needed) to the template with other core entries:
|
||||
|
||||
role:mount:v1.0:core,mount
|
||||
role:mount:testing:core,mount
|
||||
role:audiobookshelf:v1.0:core,audiobookshelf
|
||||
role:audiobookshelf:testing:core,audiobookshelf
|
||||
|
||||
License
|
||||
-------
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# defaults file for ${REPO_NAME}
|
||||
# defaults file for audiobookshelf
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for ${REPO_NAME}
|
||||
# handlers file for audiobookshelf
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# tasks file for ${REPO_NAME}
|
||||
# tasks file for audiobookshelf
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- ${REPO_NAME}
|
||||
- audiobookshelf
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# vars file for ${REPO_NAME}
|
||||
# vars file for audiobookshelf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue