From e1b2a98ba83f1748b8ae235f5fc0266588dc9fa5 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Fri, 10 Oct 2025 18:31:59 -0500 Subject: [PATCH] Added role information --- README.md | 8 ++++---- defaults/main.yml | 2 +- handlers/main.yml | 2 +- tasks/main.yml | 2 +- tests/test.yml | 2 +- vars/main.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 14e01d2..30817a2 100644 --- a/README.md +++ b/README.md @@ -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 ------- diff --git a/defaults/main.yml b/defaults/main.yml index a0eb46b..9de9837 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# defaults file for ${REPO_NAME} +# defaults file for audiobookshelf \ No newline at end of file diff --git a/handlers/main.yml b/handlers/main.yml index 192bcab..e8f9122 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# handlers file for ${REPO_NAME} +# handlers file for audiobookshelf \ No newline at end of file diff --git a/tasks/main.yml b/tasks/main.yml index 0482006..d32ca0d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# tasks file for ${REPO_NAME} +# tasks file for audiobookshelf diff --git a/tests/test.yml b/tests/test.yml index a1c8646..6e25e99 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,4 +3,4 @@ - hosts: localhost remote_user: root roles: - - ${REPO_NAME} + - audiobookshelf diff --git a/vars/main.yml b/vars/main.yml index f31a73e..f54b368 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# vars file for ${REPO_NAME} +# vars file for audiobookshelf