View [this snippet](https://lab.it.hs-hannover.de/snippets/8) for more information about thoughts and decisions
A complete list of the `Minion.data` json structure can be found [here](https://lab.it.hs-hannover.de/django/salt-observer/wikis/minion-data-structure) in the wiki.
# Available Grains
```json
{
"fqdn_ip6":[],
"manufacturer":"VMware, Inc.",
"id":"esnode-01.it.hs-hannover.de",
"ip_interfaces":{
"eth0":[
"141.71.3.106",
"fe80::250:56ff:fe88:6ee2"
],
"lo":[
"127.0.0.1",
"::1"
],
"eth2":[
"10.2.10.11",
"fe80::250:56ff:fe88:42f2"
],
"eth1":[
"10.1.10.67",
"fe80::250:56ff:fe88:4db0"
]
},
"domain":"it.hs-hannover",
"localhost":"esnode-01",
"osrelease":"8.3",
"hwaddr_interfaces":{
"eth0":"00:50:56:88:6e:e2",
"lo":"00:00:00:00:00:00",
"eth2":"00:50:56:88:42:f2",
"eth1":"00:50:56:88:4d:b0"
},
"os":"Debian",
"oscodename":"jessie",
"biosreleasedate":"04/14/2014",
"cfgnet-interfaces":{
"eth2":"other",
"eth0":"other",
"eth1":"config"
},
"mem_total":16085,
"ip4_interfaces":{
"eth0":["141.71.3.106"],
"lo":["127.0.0.1"],
"eth2":["10.2.10.11"],
"eth1":["10.1.10.67"]
},
"shell":"/bin/sh",
"cpu_model":"Intel(R) Xeon(R) CPU E5-4610 0 @ 2.40GHz",