Compare commits
No commits in common. "testing" and "prod" have entirely different histories.
6 changed files with 9 additions and 9 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
role-vaultwarden
|
role-vaultwarden
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This role installs and configures vaultwarden password manager
|
A brief description of the role goes here.
|
||||||
|
|
||||||
Requirements
|
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
|
No requirements
|
||||||
|
|
||||||
Role Variables
|
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:
|
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:vaultwarden:v1.0:workload,vaultwarden
|
role:mount:v1.0:core,mount
|
||||||
role:vaultwarden:testing:workload,vaultwarden
|
role:mount:testing:core,mount
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# defaults file for vaultwarden
|
# defaults file for ${REPO_NAME}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# handlers file for vaultwarden
|
# handlers file for ${REPO_NAME}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# tasks file for vaultwarden
|
# tasks file for ${REPO_NAME}
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- vaultwarden
|
- ${REPO_NAME}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#SPDX-License-Identifier: MIT-0
|
#SPDX-License-Identifier: MIT-0
|
||||||
---
|
---
|
||||||
# vars file for vaultwarden
|
# vars file for ${REPO_NAME}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue