Added setup for nextcloud #1
6 changed files with 10 additions and 10 deletions
10
README.md
10
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
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# defaults file for ${REPO_NAME}
|
||||
# defaults file for role-owncloud
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for ${REPO_NAME}
|
||||
# handlers file for role-owncloud
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# tasks file for ${REPO_NAME}
|
||||
# tasks file for role-owncloud
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- ${REPO_NAME}
|
||||
- role-owncloud
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# vars file for ${REPO_NAME}
|
||||
# vars file for role-owncloud
|
||||
|
|
Loading…
Add table
Reference in a new issue