diff --git a/README.md b/README.md index ddcdbde..8ae1eec 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ role-vaultwarden ========= -A brief description of the role goes here. +This role installs and configures vaultwarden password manager 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:vaultwarden:v1.0:workload,vaultwarden +role:vaultwarden:testing:workload,vaultwarden License ------- diff --git a/defaults/main.yml b/defaults/main.yml index a0eb46b..879243e 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 vaultwarden diff --git a/handlers/main.yml b/handlers/main.yml index 192bcab..797e57f 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 vaultwarden diff --git a/tasks/main.yml b/tasks/main.yml index 0482006..cf6d65c 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 vaultwarden diff --git a/tests/test.yml b/tests/test.yml index a1c8646..629a098 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,4 +3,4 @@ - hosts: localhost remote_user: root roles: - - ${REPO_NAME} + - vaultwarden diff --git a/vars/main.yml b/vars/main.yml index f31a73e..cf917e9 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 vaultwarden