From f380599448a62558d666cde32d826541101e4b36 Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Thu, 24 Apr 2025 13:54:43 -0500 Subject: [PATCH] Update readme and such --- README.md | 10 +++++----- defaults/main.yml | 2 +- handlers/main.yml | 2 +- tasks/main.yml | 2 +- tests/test.yml | 2 +- vars/main.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5c7144e..1f44674 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ role-owncloud ========= -A brief description of the role goes here. +This role installs and configures the owncloud server and web UI Requirements ------------ -No requirements +The nginx-ssl role is highly recommended to handle ssl termination. Similarly the certbot role is also highly recommended to handle certificate creation/renewal automatically 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:owncloud:v1.0:workload,owncloud +role:owncloud:testing:workload,owncloud License ------- @@ -34,4 +34,4 @@ GPL Author Information ------------------ -Beth Parker, ejparker@atcur.com +Beth Parker, ejparker@atcur.com \ No newline at end of file diff --git a/defaults/main.yml b/defaults/main.yml index a0eb46b..c40125a 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 role-owncloud diff --git a/handlers/main.yml b/handlers/main.yml index 192bcab..c3add89 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 role-owncloud diff --git a/tasks/main.yml b/tasks/main.yml index 0482006..e492536 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 role-owncloud diff --git a/tests/test.yml b/tests/test.yml index a1c8646..8a3b7d9 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,4 +3,4 @@ - hosts: localhost remote_user: root roles: - - ${REPO_NAME} + - role-owncloud diff --git a/vars/main.yml b/vars/main.yml index f31a73e..ee37f20 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 role-owncloud