Created
January 5, 2014 01:33
-
-
Save eshelman/8263175 to your computer and use it in GitHub Desktop.
Typical SaltStack output from running:
salt '*' grains.items;
salt '*' grains.ls; These are the static "grains" that are set by default. Custom grains can also be defined.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
computenode1.localdomain: | |
biosreleasedate: 12/01/2006 | |
biosversion: VirtualBox | |
cpu_flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc up rep_good pni monitor ssse3 lahf_lm | |
cpu_model: Intel(R) Celeron(R) CPU G530 @ 2.40GHz | |
cpuarch: x86_64 | |
defaultencoding: UTF8 | |
defaultlanguage: en_US | |
domain: localdomain | |
fqdn: computenode1.localdomain | |
fqdn_ip4: | |
fqdn_ip6: | |
gpus: | |
{'model': 'VirtualBox Graphics Adapter', 'vendor': 'unknown'} | |
host: computenode1 | |
id: computenode1.localdomain | |
ip_interfaces: {'lo': ['127.0.0.1'], 'eth0': ['10.0.0.1']} | |
ipv4: | |
10.0.0.1 | |
127.0.0.1 | |
ipv6: | |
::1 | |
fe80::a00:27ff:fee9:46b | |
kernel: Linux | |
kernelrelease: 2.6.32-431.1.2.el6.x86_64 | |
localhost: computenode1.localdomain | |
manufacturer: innotek GmbH | |
master: 10.0.254.254 | |
mem_total: 1500 | |
nodename: computenode1.localdomain | |
num_cpus: 1 | |
num_gpus: 1 | |
os: ScientificLinux | |
os_family: RedHat | |
osarch: x86_64 | |
oscodename: Carbon | |
osfinger: Scientific Linux-6 | |
osfullname: Scientific Linux | |
osmajorrelease: | |
6 | |
4 | |
osrelease: 6.4 | |
path: /sbin:/usr/sbin:/bin:/usr/bin | |
productname: VirtualBox | |
ps: ps -efH | |
pythonpath: | |
/usr/bin | |
/usr/lib64/python26.zip | |
/usr/lib64/python2.6 | |
/usr/lib64/python2.6/plat-linux2 | |
/usr/lib64/python2.6/lib-tk | |
/usr/lib64/python2.6/lib-old | |
/usr/lib64/python2.6/lib-dynload | |
/usr/lib64/python2.6/site-packages | |
/usr/lib/python2.6/site-packages | |
/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info | |
pythonversion: 2.6.6.final.0 | |
saltpath: /usr/lib/python2.6/site-packages/salt | |
saltversion: 0.17.4 | |
saltversioninfo: | |
0 | |
17 | |
4 | |
serialnumber: 0 | |
server_id: 230619447 | |
shell: /bin/sh | |
virtual: VirtualBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
computenode1.localdomain: | |
- biosreleasedate | |
- biosversion | |
- cpu_flags | |
- cpu_model | |
- cpuarch | |
- defaultencoding | |
- defaultlanguage | |
- domain | |
- fqdn | |
- fqdn_ip4 | |
- fqdn_ip6 | |
- gpus | |
- host | |
- id | |
- ip_interfaces | |
- ipv4 | |
- ipv6 | |
- kernel | |
- kernelrelease | |
- localhost | |
- manufacturer | |
- master | |
- mem_total | |
- nodename | |
- num_cpus | |
- num_gpus | |
- os | |
- os_family | |
- osarch | |
- oscodename | |
- osfinger | |
- osfullname | |
- osmajorrelease | |
- osrelease | |
- path | |
- productname | |
- ps | |
- pythonpath | |
- pythonversion | |
- saltpath | |
- saltversion | |
- saltversioninfo | |
- serialnumber | |
- server_id | |
- shell | |
- virtual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment