mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
14 lines
495 B
YAML
14 lines
495 B
YAML
|
# This is just a dummy person.
|
||
|
# Adapt the values in your inventory file
|
||
|
person:
|
||
|
type: "legal" # Accepted Values: natural, legal
|
||
|
name: "CyMaIS Demo Instance"
|
||
|
address:
|
||
|
street: "Binary Avenue 01"
|
||
|
city: "Cybertown"
|
||
|
postal_code: "00001"
|
||
|
country: "Nexusland"
|
||
|
contact:
|
||
|
email: "contact@{{primary_domain}}"
|
||
|
phone: "+0 000 000 404"
|
||
|
mastodon: "@{{administrator_username}}@{{domains.mastodon}}"
|