Lars Vogdt a4e4ca
A few words about the files in this directory. 
Lars Vogdt a4e4ca
Lars Vogdt a4e4ca
Please note the template below contains some remarks behind the tags to help
Lars Vogdt a4e4ca
you to setup everything correctly from the start.
Lars Vogdt a4e4ca
Lars Vogdt a4e4ca
Just note that we use the ```[]``` here to show that you should leave them 
Lars Vogdt a4e4ca
if there is nothing to put into that tag. Just the comments behind ```##```
Lars Vogdt a4e4ca
Lars Vogdt a4e4ca
```
Lars Vogdt a4e4ca
grains:
Lars Vogdt a4e4ca
  city: nuremberg          ## The city of the machine.
Lars Vogdt a4e4ca
  country: de              ## The country of the machine. 
Lars Vogdt a4e4ca
  hostusage: []            ## This will end up in the bash prompt (comma separated values).
Lars Vogdt a4e4ca
                           ## Please keep this short to avoid long lines on the machine.
Lars Vogdt a4e4ca
  roles: []                ## This corresponds to pillar/role/$role.sls and salt/role/$role.sls.
Lars Vogdt a4e4ca
                           ## Both files have to exist because Salt will try to include them!
Lars Vogdt a4e4ca
  reboot_safe: yes         ## Could anyone simply reboot the machine and everything comes back as expected?
Lars Vogdt a4e4ca
  salt_cluster: opensuse   ## Everything in this repository should belong to the 'opensuse' Salt cluster, 
Lars Vogdt a4e4ca
                           ## so this is more or less obsolete, but helpful in other parts.
Lars Vogdt a4e4ca
  virt_cluster: bare-metal ## The virtualization cluster, the machine is running on.
Lars Vogdt a4e4ca
                           ## Possible values:
Lars Vogdt a4e4ca
                           ## * atreju
Lars Vogdt a4e4ca
                           ## * bryce
Lars Vogdt a4e4ca
                           ## * bare-metal
Lars Vogdt a4e4ca
  ## Everything below here is primarily ment for humans. 
Lars Vogdt a4e4ca
  aliases: []              ## Mostly used for DNS aliases at the moment.
Lars Vogdt a4e4ca
  description: you name it ## A short description that gives other admins an idea about the
Lars Vogdt a4e4ca
                           ## main usecase of the machine.
Lars Vogdt a4e4ca
  documentation: []        ## Links to additional documentation about the machine and the services 
Lars Vogdt a4e4ca
                           ## running on it.
Lars Vogdt a4e4ca
                           ## Everything that is helpful in case the machine/ service is down.
Lars Vogdt a4e4ca
  responsible: []          ## logins from the main admins of the machine - please use FreeIPA logins here!
Lars Vogdt a4e4ca
  partners: []             ## In case of HA-clusters, please name the partner machines.
Lars Vogdt a4e4ca
  weburls: []              ## Name the URLs the machine is reachable from extern.
Lars Vogdt a4e4ca
```