# Adapt the values in your inventory file
defaults_service_provider:
  type:             "legal"                                                       # Accepted Values: natural, legal
  company:
    titel:          "CyMaIS Example GbR"
    slogan:         "We keep your 0 and 1 in line"
    address:
      street:       "Binary Avenue 01"
      city:         "Cybertown"
      postal_code:  "00001"
      country:      "Nexusland"
    logo:           https://cloud.veen.world/s/logo_cymais_512x512/download
  platform:    
    titel:          "CyMaIS Plattform Demo"
    subtitel:       "Demo of the Cyber Master Infrastructur Solution Plattform"
    logo:           https://cloud.veen.world/s/logo_cymais_512x512/download
    favicon:        https://cloud.veen.world/s/veen_world_favicon/download
  contact:
    bluesky: "{{ '@' ~ users.administrator.username ~ '.' ~ domains.bluesky_api if 'bluesky' in group_names else '' }}"
    email: "contact@{{ primary_domain }}"
    mastodon: "{{ '@' ~ users.administrator.username ~ '@' ~ domains.mastodon if 'mastodon' in group_names else '' }}"
    matrix: "{{ '@' ~ users.administrator.username ~ ':' ~ domains.matrix_synapse if 'matrix' in group_names else '' }}"
    peertube: "{{ '@' ~ users.administrator.username ~ '@' ~ domains.peertube if 'peertube' in group_names else '' }}"
    pixelfed: "{{ '@' ~ users.administrator.username ~ '@' ~ domains.pixelfed if 'pixelfed' in group_names else '' }}"
    phone: "+0 000 000 404"
    wordpress: "{{ '@' ~ users.administrator.username ~ '@' ~ domains.wordpress[0] if 'wordpress' in group_names else '' }}"

  legal:
    editorial_responsible:  "Johannes Gutenberg"
    source_code:            "https://github.com/kevinveenbirkenbach/cymais"
    imprint:                "https://{{domains.html_server}}/imprint.html"