2025-02-19 16:26:32 +01:00
|
|
|
# Adapt the values in your inventory file
|
2025-02-19 22:03:17 +01:00
|
|
|
defaults_service_provider:
|
2025-02-20 10:21:52 +01:00
|
|
|
type: "legal" # Accepted Values: natural, legal
|
2025-02-20 00:31:47 +01:00
|
|
|
company:
|
2025-02-20 10:21:52 +01:00
|
|
|
titel: "CyMaIS Example GbR"
|
|
|
|
slogan: "We keep your 0 and 1 in line"
|
2025-02-20 00:31:47 +01:00
|
|
|
address:
|
|
|
|
street: "Binary Avenue 01"
|
|
|
|
city: "Cybertown"
|
|
|
|
postal_code: "00001"
|
|
|
|
country: "Nexusland"
|
|
|
|
logo: https://cloud.veen.world/s/logo_cymais_512x512/download
|
|
|
|
platform:
|
2025-02-20 10:21:52 +01:00
|
|
|
titel: "CyMaIS Plattform Demo"
|
|
|
|
subtitel: "Demo of the Cyber Master Infrastructur Solution Plattform"
|
2025-02-20 00:31:47 +01:00
|
|
|
logo: https://cloud.veen.world/s/logo_cymais_512x512/download
|
|
|
|
favicon: https://cloud.veen.world/s/veen_world_favicon/download
|
2025-02-19 16:26:32 +01:00
|
|
|
contact:
|
2025-02-20 17:44:55 +01:00
|
|
|
bluesky: "{{ '@' ~ administrator_username ~ '.' ~ domains.bluesky_api if 'bluesky' in group_names else '' }}"
|
|
|
|
email: "contact@{{ primary_domain }}"
|
|
|
|
mastodon: "{{ '@' ~ administrator_username ~ '@' ~ domains.mastodon if 'mastodon' in group_names else '' }}"
|
|
|
|
matrix: "{{ '@' ~ administrator_username ~ ':' ~ domains.matrix_synapse if 'matrix' in group_names else '' }}"
|
|
|
|
peertube: "{{ '@' ~ administrator_username ~ '@' ~ domains.peertube if 'peertube' in group_names else '' }}"
|
|
|
|
pixelfed: "{{ '@' ~ administrator_username ~ '@' ~ domains.pixelfed if 'pixelfed' in group_names else '' }}"
|
|
|
|
phone: "+0 000 000 404"
|
|
|
|
wordpress: "{{ '@' ~ administrator_username ~ '@' ~ domains.wordpress[0] if 'wordpress' in group_names else '' }}"
|
|
|
|
|
2025-02-19 20:46:14 +01:00
|
|
|
legal:
|
|
|
|
editorial_responsible: "Johannes Gutenberg"
|
|
|
|
source_code: "https://github.com/kevinveenbirkenbach/cymais"
|
|
|
|
imprint: "https://{{domains.html_server}}/imprint.html"
|