meta: add role metadata
This commit is contained in:
parent
ff312f8214
commit
38246ea585
12
roles/apps/meta/main.yml
Normal file
12
roles/apps/meta/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
allow_duplicates: true
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: apps
|
||||
description: Install Nextcloud apps using ansible
|
||||
galaxy_tags:
|
||||
- nextcloud
|
||||
- owncloud
|
||||
- apps
|
||||
- nextcloud-apps
|
||||
- docker
|
@ -1,4 +1,12 @@
|
||||
---
|
||||
|
||||
collections:
|
||||
- community.docker
|
||||
allow_duplicates: true
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: ldap_user_backend
|
||||
description: Configure a nextcloud ldap user backend using ansible
|
||||
galaxy_tags:
|
||||
- nextcloud
|
||||
- owncloud
|
||||
- ldap
|
||||
- authentication
|
||||
- docker
|
||||
|
12
roles/nginx_fpm_proxy/meta/main.yml
Normal file
12
roles/nginx_fpm_proxy/meta/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
allow_duplicates: true
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: nginx_fpm_proxy
|
||||
description: Configure nginx as a FPM proxy for nextcloud
|
||||
galaxy_tags:
|
||||
- nextcloud
|
||||
- owncloud
|
||||
- nginx
|
||||
- fpm
|
||||
- docker
|
12
roles/oidc_user_backend/meta/main.yml
Normal file
12
roles/oidc_user_backend/meta/main.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
allow_duplicates: true
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: oidc_user_backend
|
||||
description: Configure a nextcloud oidc user backend using ansible
|
||||
galaxy_tags:
|
||||
- nextcloud
|
||||
- owncloud
|
||||
- oidc
|
||||
- authentication
|
||||
- docker
|
Loading…
Reference in New Issue
Block a user