mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-04 00:19:34 +00:00
Merge branch 'master' of github.com:kevinveenbirkenbach/infinito-nexus
This commit is contained in:
1
roles/desk-nextcloud/config/main.yml
Normal file
1
roles/desk-nextcloud/config/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -1 +1,5 @@
|
||||
cloud_fqdn: # @todo Add detailled scheme for this entry
|
||||
credentials:
|
||||
cloud_fqdn:
|
||||
description: "Cloud fqdn"
|
||||
algorithm: "plain"
|
||||
validation: "^.*$"
|
||||
@@ -1,4 +1,4 @@
|
||||
application_id: desk-nextcloud
|
||||
nextcloud_user_home_directory: "/home/{{ users[desktop_username].username }}/"
|
||||
nextcloud_cloud_fqdn: "{{ applications | get_app_conf(application_id, 'cloud_fqdn') }}"
|
||||
nextcloud_cloud_directory: '{{nextcloud_user_home_directory}}Clouds/{{nextcloud_cloud_fqdn}}/{{ users[desktop_username].username }}/'
|
||||
nextcloud_cloud_fqdn: "{{ applications | get_app_conf(application_id, 'credentials.cloud_fqdn') }}"
|
||||
nextcloud_cloud_directory: '{{ nextcloud_user_home_directory }}Clouds/{{nextcloud_cloud_fqdn}}/{{ users[desktop_username].username }}/'
|
||||
|
||||
1
roles/svc-opt-keyboard-color/config/main.yml
Normal file
1
roles/svc-opt-keyboard-color/config/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
vendor_and_product_id: 1038:113a # Default
|
||||
@@ -1 +0,0 @@
|
||||
vendor_and_product_id: "" # @todo schema needs to be implemented
|
||||
@@ -1,3 +1,3 @@
|
||||
application_id: svc-opt-keyboard-color
|
||||
system_service_id: "{{ application_id }}"
|
||||
application_id: svc-opt-keyboard-color
|
||||
system_service_id: "{{ application_id }}"
|
||||
vendor_and_product_id: "{{ applications | get_app_conf(application_id, 'vendor_and_product_id') }}"
|
||||
|
||||
@@ -1 +1 @@
|
||||
credentials:
|
||||
credentials: {}
|
||||
@@ -1,7 +1,9 @@
|
||||
credentials:
|
||||
adobe_public_key:
|
||||
description: "Adobe/Magento Marketplace Public Key"
|
||||
algorithm: "plain"
|
||||
description: "Adobe/Magento Marketplace Public Key"
|
||||
algorithm: "plain"
|
||||
validation: "^.*$"
|
||||
adobe_private_key:
|
||||
description: "Adobe/Magento Marketplace Private Key"
|
||||
algorithm: "plain"
|
||||
description: "Adobe/Magento Marketplace Private Key"
|
||||
algorithm: "plain"
|
||||
validation: "^.*$"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# This file was created during refactoring to pass integration tests
|
||||
# @todo add correct type
|
||||
credentials:
|
||||
oauth2_proxy_cookie_secret:
|
||||
description: "Cookie secret for OAuth2 Proxy (hex string, 32 characters, generated via `openssl rand -hex 16`)"
|
||||
type: string
|
||||
validation: "^[0-9A-Fa-f]{32}$"
|
||||
algorithm: "plain"
|
||||
validation: "^.*$"
|
||||
|
||||
@@ -1 +1 @@
|
||||
credentials:
|
||||
credentials: {}
|
||||
@@ -1 +1 @@
|
||||
credentials:
|
||||
credentials: {}
|
||||
@@ -1 +1 @@
|
||||
credentials:
|
||||
credentials: {}
|
||||
Reference in New Issue
Block a user