mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 01:01:10 +02:00
Added missing canonicals
This commit is contained in:
parent
c2f83abb60
commit
bba663f95d
@ -18,3 +18,7 @@ docker:
|
|||||||
name: "baserow"
|
name: "baserow"
|
||||||
volumes:
|
volumes:
|
||||||
data: "baserow_data"
|
data: "baserow_data"
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- baserow.{{ primary_domain }}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
features:
|
features:
|
||||||
universal_logout: false # Just deactivated to oppress warnings, elk is anyhow not running
|
universal_logout: false # Just deactivated to oppress warnings, elk is anyhow not running
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- elk.{{ primary_domain }}
|
||||||
|
@ -24,6 +24,8 @@ csp:
|
|||||||
domains:
|
domains:
|
||||||
aliases:
|
aliases:
|
||||||
- "crm.{{ primary_domain }}"
|
- "crm.{{ primary_domain }}"
|
||||||
|
canonical:
|
||||||
|
- espocrm.{{ primary_domain }}
|
||||||
email:
|
email:
|
||||||
from_name: "Customer Relationship Management ({{ primary_domain }})"
|
from_name: "Customer Relationship Management ({{ primary_domain }})"
|
||||||
docker:
|
docker:
|
||||||
|
@ -36,6 +36,8 @@ csp:
|
|||||||
domains:
|
domains:
|
||||||
aliases:
|
aliases:
|
||||||
- "git.{{ primary_domain }}"
|
- "git.{{ primary_domain }}"
|
||||||
|
canonical:
|
||||||
|
- gitea.{{ primary_domain }}
|
||||||
docker:
|
docker:
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
|
@ -15,3 +15,7 @@ docker:
|
|||||||
version: "latest"
|
version: "latest"
|
||||||
credentials:
|
credentials:
|
||||||
initial_root_password: "{{ users.administrator.password }}"
|
initial_root_password: "{{ users.administrator.password }}"
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- gitlab.{{ primary_domain }}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
features:
|
features:
|
||||||
universal_logout: true # Same like with elk, anyhow not active atm
|
universal_logout: true # Same like with elk, anyhow not active atm
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- jenkins.{{ primary_domain }}
|
||||||
|
@ -25,4 +25,6 @@ csp:
|
|||||||
domains:
|
domains:
|
||||||
aliases:
|
aliases:
|
||||||
- "ldap.{{primary_domain}}"
|
- "ldap.{{primary_domain}}"
|
||||||
|
canonical:
|
||||||
|
- lam.{{ primary_domain }}
|
||||||
|
|
||||||
|
@ -15,3 +15,7 @@ docker:
|
|||||||
name: "mybb"
|
name: "mybb"
|
||||||
volumes:
|
volumes:
|
||||||
data: "mybb_data"
|
data: "mybb_data"
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- mybb.{{ primary_domain }}
|
||||||
|
@ -6,3 +6,7 @@ features:
|
|||||||
css: true
|
css: true
|
||||||
port-ui-desktop: false
|
port-ui-desktop: false
|
||||||
universal_logout: true
|
universal_logout: true
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- oauth2-proxy.{{ primary_domain }}
|
||||||
|
@ -26,3 +26,7 @@ docker:
|
|||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- pgadmin.{{ primary_domain }}
|
||||||
|
@ -11,3 +11,7 @@ features:
|
|||||||
ldap: true
|
ldap: true
|
||||||
oauth2: true
|
oauth2: true
|
||||||
universal_logout: true
|
universal_logout: true
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- phpldapadmin.{{ primary_domain }}
|
||||||
|
@ -22,6 +22,8 @@ domains:
|
|||||||
aliases:
|
aliases:
|
||||||
- "mysql.{{ primary_domain }}"
|
- "mysql.{{ primary_domain }}"
|
||||||
- "mariadb.{{ primary_domain }}"
|
- "mariadb.{{ primary_domain }}"
|
||||||
|
canonical:
|
||||||
|
- phpmyadmin.{{ primary_domain }}
|
||||||
docker:
|
docker:
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
|
@ -13,3 +13,7 @@ features:
|
|||||||
# users:
|
# users:
|
||||||
# administrator:
|
# administrator:
|
||||||
# username: "{{ users.administrator.username }}"
|
# username: "{{ users.administrator.username }}"
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- syncope.{{ primary_domain }}
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
# xmpp is more a service then a app with ui interface. @todo Rename it
|
# xmpp is more a service then a app with ui interface. @todo Rename it
|
||||||
features:
|
features:
|
||||||
universal_logout: false # Reactivated as soon as xmpp is fully implemented
|
universal_logout: false # Reactivated as soon as xmpp is fully implemented
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- xmpp.{{ primary_domain }}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
source_directory: "{{ playbook_dir }}/assets"
|
source_directory: "{{ playbook_dir }}/assets"
|
||||||
url: "{{ web_protocol }}://<< defaults_applications['web-svc-file']domains.canonical[0] >>/assets"
|
url: "{{ web_protocol }}://<< defaults_applications['web-svc-file']domains.canonical[0] >>/assets"
|
||||||
|
|
||||||
|
domains:
|
||||||
|
canonical:
|
||||||
|
- asset.{{ primary_domain }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user