Last active
September 15, 2016 19:29
-
-
Save whiteinge/6178798 to your computer and use it in GitHub Desktop.
Salt Grains examples for a variety of platforms
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
| { | |
| "kernel": "Linux", | |
| "domain": "", | |
| "shell": "/bin/bash", | |
| "nodename": "lb-01", | |
| "kernelrelease": "2.6.18-348.4.1.el5", | |
| "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" | |
| ], | |
| "defaultencoding": "UTF8", | |
| "ip_interfaces": {}, | |
| "cpu_model": "Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz", | |
| "saltpath": "/usr/lib/python2.6/site-packages/salt", | |
| "host": "lb-01", | |
| "os_family": "RedHat", | |
| "mem_total": 497, | |
| "oscodename": "Final", | |
| "path": "/usr/bin:/bin", | |
| "gpus": [], | |
| "pythonversion": [ | |
| 2, | |
| 6, | |
| 8, | |
| "final", | |
| 0 | |
| ], | |
| "id": "lb-01", | |
| "osrelease": "5.9", | |
| "ps": "ps -efH", | |
| "server_id": 1288427955, | |
| "num_gpus": 0, | |
| "num_cpus": 1, | |
| "saltversion": "0.16.0", | |
| "fqdn": "lb-01", | |
| "virtual": "VirtualBox", | |
| "cpuarch": "x86_64", | |
| "osfullname": "CentOS", | |
| "master": "salt", | |
| "ipv4": [], | |
| "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", | |
| "lm", | |
| "constant_tsc", | |
| "up", | |
| "pni", | |
| "monitor", | |
| "ssse3", | |
| "lahf_lm" | |
| ], | |
| "os": "CentOS", | |
| "localhost": "lb-01", | |
| "defaultlanguage": "en_US" | |
| } |
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
| { | |
| "kernel": "Linux", | |
| "domain": "example.net", | |
| "fqdn_ip6": [], | |
| "nodename": "hicks", | |
| "kernelrelease": "3.9.10-100.fc17.x86_64", | |
| "pythonpath": [ | |
| "/home/shouse/tmp/venvs/salt/bin", | |
| "/home/shouse/tmp/venvs/salt/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg", | |
| "/home/shouse/src/salt/salt", | |
| "/home/shouse/src/salt/salt-api", | |
| "/home/shouse/tmp/venvs/salt/src/saltcli", | |
| "/home/shouse/tmp/venvs/salt/lib64/python27.zip", | |
| "/home/shouse/tmp/venvs/salt/lib64/python2.7", | |
| "/home/shouse/tmp/venvs/salt/lib64/python2.7/plat-linux2", | |
| "/home/shouse/tmp/venvs/salt/lib64/python2.7/lib-tk", | |
| "/home/shouse/tmp/venvs/salt/lib64/python2.7/lib-old", | |
| "/home/shouse/tmp/venvs/salt/lib64/python2.7/lib-dynload", | |
| "/usr/lib/python2.7", | |
| "/usr/lib64/python2.7", | |
| "/home/shouse/tmp/venvs/salt/lib/python2.7/site-packages", | |
| "/home/shouse/tmp/venvs/salt/lib/python2.7/site-packages/git/ext/gitdb", | |
| "/home/shouse/tmp/venvs/salt/lib/python2.7/site-packages/gitdb/ext/async", | |
| "/home/shouse/tmp/venvs/salt/lib/python2.7/site-packages/gitdb/ext/smmap" | |
| ], | |
| "defaultencoding": "UTF-8", | |
| "ip_interfaces": { | |
| "lo": [ | |
| "127.0.0.1" | |
| ], | |
| "em1": [], | |
| "virbr0": [ | |
| "192.168.122.1" | |
| ] | |
| }, | |
| "cpu_model": "Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz", | |
| "defaultlanguage": "en_US", | |
| "fqdn": "hicks", | |
| "osmajorrelease": [ | |
| "17" | |
| ], | |
| "shell": "/bin/zsh", | |
| "os_family": "RedHat", | |
| "mem_total": 5766, | |
| "oscodename": "Beefy Miracle", | |
| "path": "/home/shouse/tmp/venvs/salt/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/home/shouse/bin:/usr/local/sbin:/usr/sbin:/sbin", | |
| "gpus": [ | |
| { | |
| "model": "Core Processor Integrated Graphics Controller", | |
| "vendor": "intel" | |
| } | |
| ], | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 3, | |
| "final", | |
| 0 | |
| ], | |
| "id": "jerry", | |
| "osrelease": "17", | |
| "ps": "ps -efH", | |
| "fqdn_ip4": [ | |
| "192.168.122.1" | |
| ], | |
| "num_gpus": 1, | |
| "num_cpus": 4, | |
| "server_id": 1150199213, | |
| "host": "hicks", | |
| "virtual": "physical", | |
| "saltversion": "0.16.0-1789-gf0e7211", | |
| "cpuarch": "x86_64", | |
| "osfullname": "Fedora", | |
| "master": "localhost", | |
| "lsb_distrib_id": "Fedora", | |
| "ipv6": [ | |
| "::1", | |
| "fe80::227:10ff:fed7:a8d4" | |
| ], | |
| "saltpath": "/home/shouse/src/salt/salt/salt", | |
| "cpu_flags": [ | |
| "fpu", | |
| "vme", | |
| "de", | |
| "pse", | |
| "tsc", | |
| "msr", | |
| "pae", | |
| "mce", | |
| "cx8", | |
| "apic", | |
| "sep", | |
| "mtrr", | |
| "pge", | |
| "mca", | |
| "cmov", | |
| "pat", | |
| "pse36", | |
| "clflush", | |
| "dts", | |
| "acpi", | |
| "mmx", | |
| "fxsr", | |
| "sse", | |
| "sse2", | |
| "ss", | |
| "ht", | |
| "tm", | |
| "pbe", | |
| "syscall", | |
| "nx", | |
| "rdtscp", | |
| "lm", | |
| "constant_tsc", | |
| "arch_perfmon", | |
| "pebs", | |
| "bts", | |
| "rep_good", | |
| "nopl", | |
| "xtopology", | |
| "nonstop_tsc", | |
| "aperfmperf", | |
| "pni", | |
| "pclmulqdq", | |
| "dtes64", | |
| "monitor", | |
| "ds_cpl", | |
| "vmx", | |
| "smx", | |
| "est", | |
| "tm2", | |
| "ssse3", | |
| "cx16", | |
| "xtpr", | |
| "pdcm", | |
| "pcid", | |
| "sse4_1", | |
| "sse4_2", | |
| "popcnt", | |
| "aes", | |
| "lahf_lm", | |
| "ida", | |
| "arat", | |
| "dtherm", | |
| "tpr_shadow", | |
| "vnmi", | |
| "flexpriority", | |
| "ept", | |
| "vpid" | |
| ], | |
| "os": "Fedora", | |
| "localhost": "hicks", | |
| "ipv4": [ | |
| "127.0.0.1", | |
| "192.168.122.1" | |
| ] | |
| } |
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
| { | |
| "jutt_freebsd": { | |
| "biosversion": "4.1.5", | |
| "kernel": "FreeBSD", | |
| "domain": "", | |
| "uid": 0, | |
| "zmqversion": "4.1.5", | |
| "kernelrelease": "10.1-RELEASE-p15", | |
| "pythonpath": [ | |
| "/usr/local/bin", | |
| "/usr/local/lib/python2.7/site-packages/cloud_init-0.7.6-py2.7.egg", | |
| "/usr/local/lib/python27.zip", | |
| "/usr/local/lib/python2.7", | |
| "/usr/local/lib/python2.7/plat-freebsd10", | |
| "/usr/local/lib/python2.7/lib-tk", | |
| "/usr/local/lib/python2.7/lib-old", | |
| "/usr/local/lib/python2.7/lib-dynload", | |
| "/usr/local/lib/python2.7/site-packages" | |
| ], | |
| "serialnumber": "3eb5ebe3-2fce-da75-77a1-8f17ba0c25a2", | |
| "pid": 10775, | |
| "ip_interfaces": { | |
| "xn1": [ | |
| "10.208.228.103", | |
| "fe80::be76:4eff:fe04:8bba" | |
| ], | |
| "xn0": [ | |
| "23.253.244.123", | |
| "fe80::be76:4eff:fe04:8548", | |
| "2001:4800:7818:101:be76:4eff:fe04:8548" | |
| ], | |
| "lo0": [ | |
| "127.0.0.1", | |
| "::1", | |
| "fe80::1" | |
| ] | |
| }, | |
| "groupname": "wheel", | |
| "shell": "/bin/sh", | |
| "mem_total": 2017, | |
| "saltversioninfo": [ | |
| 2016, | |
| 3, | |
| 2, | |
| 0 | |
| ], | |
| "host": "jutt-freebsd", | |
| "SSDs": [], | |
| "id": "jutt_freebsd", | |
| "osrelease": "10.1", | |
| "ps": "ps auxwww", | |
| "server_id": 960900151, | |
| "uuid": "3eb5ebe3-2fce-da75-77a1-8f17ba0c25a2", | |
| "ip6_interfaces": { | |
| "xn1": [ | |
| "fe80::be76:4eff:fe04:8bba" | |
| ], | |
| "xn0": [ | |
| "fe80::be76:4eff:fe04:8548", | |
| "2001:4800:7818:101:be76:4eff:fe04:8548" | |
| ], | |
| "lo0": [ | |
| "::1", | |
| "fe80::1" | |
| ] | |
| }, | |
| "num_cpus": 2, | |
| "hwaddr_interfaces": { | |
| "xn1": "bc:76:4e:04:8b:ba", | |
| "xn0": "bc:76:4e:04:85:48" | |
| }, | |
| "ip4_interfaces": { | |
| "xn1": [ | |
| "10.208.228.103" | |
| ], | |
| "xn0": [ | |
| "23.253.244.123" | |
| ], | |
| "lo0": [ | |
| "127.0.0.1" | |
| ] | |
| }, | |
| "gid": 0, | |
| "master": "jutt.rs.saltstack.com", | |
| "ipv4": [ | |
| "10.208.228.103", | |
| "23.253.244.123", | |
| "127.0.0.1" | |
| ], | |
| "dns": { | |
| "nameservers": [ | |
| "72.3.128.241", | |
| "72.3.128.240" | |
| ], | |
| "domain": "", | |
| "ip4_nameservers": [ | |
| "72.3.128.241", | |
| "72.3.128.240" | |
| ], | |
| "search": [], | |
| "ip6_nameservers": [] | |
| }, | |
| "ipv6": [ | |
| "::1", | |
| "2001:4800:7818:101:be76:4eff:fe04:8548", | |
| "fe80::1", | |
| "fe80::be76:4eff:fe04:8548", | |
| "fe80::be76:4eff:fe04:8bba" | |
| ], | |
| "cpu_flags": [ | |
| "FPU", | |
| "VME", | |
| "DE", | |
| "PSE", | |
| "TSC", | |
| "MSR", | |
| "PAE", | |
| "MCE", | |
| "CX8", | |
| "APIC", | |
| "SEP", | |
| "MTRR", | |
| "PGE", | |
| "MCA", | |
| "CMOV", | |
| "PAT", | |
| "MMX", | |
| "FXSR", | |
| "SSE", | |
| "SSE2", | |
| "SSE3", | |
| "PCLMULQDQ", | |
| "SSSE3", | |
| "CX16", | |
| "SSE4.1", | |
| "SSE4.2", | |
| "x2APIC", | |
| "POPCNT", | |
| "TSCDLT", | |
| "AESNI", | |
| "HV", | |
| "SYSCALL", | |
| "NX", | |
| "RDTSCP", | |
| "LM", | |
| "LAHF" | |
| ], | |
| "localhost": "jutt-freebsd", | |
| "virtual_subtype": "Xen HVM domU", | |
| "username": "root", | |
| "fqdn_ip4": [ | |
| "23.253.244.123", | |
| "10.208.228.103" | |
| ], | |
| "fqdn_ip6": [ | |
| "2001:4800:7818:101:be76:4eff:fe04:8548" | |
| ], | |
| "nodename": "jutt-freebsd", | |
| "saltversion": "2016.3.2", | |
| "osfinger": "FreeBSD-10", | |
| "saltpath": "/usr/local/lib/python2.7/site-packages/salt", | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 10, | |
| "final", | |
| 0 | |
| ], | |
| "osmajorrelease": "10", | |
| "os_family": "FreeBSD", | |
| "gpus": [], | |
| "biosreleasedate": "11/28/2013", | |
| "manufacturer": "Xen", | |
| "disks": { | |
| "ada0": { | |
| "ident": "(null)", | |
| "descr": "(null)", | |
| "device_model": "(null)", | |
| "Sectorsize": 512, | |
| "Mediasize": "42949672960 (40G)", | |
| "serial_number": "(null)" | |
| }, | |
| "xbd4": { | |
| "ident": "(null)", | |
| "descr": "(null)", | |
| "device_model": "(null)", | |
| "Sectorsize": 512, | |
| "Mediasize": "21474836480 (20G)", | |
| "serial_number": "(null)" | |
| } | |
| }, | |
| "cpu_model": "Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz", | |
| "fqdn": "jutt-freebsd", | |
| "pythonexecutable": "/usr/local/bin/python2.7", | |
| "productname": "HVM domU", | |
| "osarch": "amd64", | |
| "cpuarch": "amd64", | |
| "osrelease_info": [ | |
| 10, | |
| 1 | |
| ], | |
| "locale_info": { | |
| "detectedencoding": "US-ASCII", | |
| "defaultlanguage": null, | |
| "defaultencoding": null | |
| }, | |
| "path": "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin", | |
| "os": "FreeBSD" | |
| } | |
| } |
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
| { | |
| "biosversion": "VirtualBox", | |
| "kernel": "Linux", | |
| "domain": "", | |
| "kernelrelease": "3.2.0-29-generic", | |
| "pythonpath": [ | |
| "/usr/bin", | |
| "/usr/lib/python2.7", | |
| "/usr/lib/python2.7/plat-linux2", | |
| "/usr/lib/python2.7/lib-tk", | |
| "/usr/lib/python2.7/lib-old", | |
| "/usr/lib/python2.7/lib-dynload", | |
| "/usr/local/lib/python2.7/dist-packages", | |
| "/usr/lib/python2.7/dist-packages", | |
| "/usr/lib/pymodules/python2.7" | |
| ], | |
| "serialnumber": "0", | |
| "ip_interfaces": { | |
| "lo": [ | |
| "127.0.0.1" | |
| ], | |
| "eth0": [ | |
| "10.0.2.15" | |
| ] | |
| }, | |
| "mem_total": 491, | |
| "gpus": [ | |
| { | |
| "model": "VirtualBox Graphics Adapter", | |
| "vendor": "unknown" | |
| } | |
| ], | |
| "id": "grue", | |
| "osrelease": "12.04", | |
| "ps": "ps -efH", | |
| "server_id": 59379329, | |
| "lsb_distrib_description": "Ubuntu 12.04.1 LTS", | |
| "num_cpus": 1, | |
| "virtual": "VirtualBox", | |
| "osfullname": "Ubuntu", | |
| "master": "salt", | |
| "lsb_distrib_id": "Ubuntu", | |
| "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", | |
| "lm", | |
| "constant_tsc", | |
| "up", | |
| "rep_good", | |
| "nopl", | |
| "pni", | |
| "monitor", | |
| "ssse3", | |
| "lahf_lm" | |
| ], | |
| "localhost": "grue", | |
| "ipv4": [ | |
| "127.0.0.1", | |
| "10.0.2.15" | |
| ], | |
| "saltpath": "/usr/lib/pymodules/python2.7/salt", | |
| "shell": "/bin/bash", | |
| "nodename": "grue", | |
| "saltversion": "0.16.2", | |
| "lsb_distrib_release": "12.04", | |
| "cpu_model": "Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz", | |
| "biosreleasedate": "12/01/2006", | |
| "host": "grue", | |
| "os_family": "Debian", | |
| "oscodename": "precise", | |
| "defaultencoding": "UTF-8", | |
| "path": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 3, | |
| "final", | |
| 0 | |
| ], | |
| "manufacturer": "innotek GmbH", | |
| "num_gpus": 1, | |
| "fqdn": "grue", | |
| "productname": "VirtualBox", | |
| "cpuarch": "x86_64", | |
| "lsb_distrib_codename": "precise", | |
| "os": "Ubuntu", | |
| "defaultlanguage": "en_US" | |
| } |
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
| { | |
| "win10_hyperv": { | |
| "biosversion": "BIOS Date: 05/23/12 17:15:53 Ver: 09.00.06", | |
| "kernel": "Windows", | |
| "domain": null, | |
| "zmqversion": "4.0.5", | |
| "kernelrelease": "10.0.10074", | |
| "motherboard": { | |
| "serialnumber": "4800-4279-8397-9278-1394-6153-28", | |
| "productname": "Virtual Machine" | |
| }, | |
| "pythonpath": [ | |
| "C:\\Python27\\Scripts", | |
| "c:\\salt-dev\\salt", | |
| "C:\\Python27\\python27.zip", | |
| "C:\\Python27\\DLLs", | |
| "C:\\Python27\\lib", | |
| "C:\\Python27\\lib\\plat-win", | |
| "C:\\Python27\\lib\\lib-tk", | |
| "C:\\Python27", | |
| "C:\\Python27\\lib\\site-packages", | |
| "C:\\Python27\\lib\\site-packages\\win32", | |
| "C:\\Python27\\lib\\site-packages\\win32\\lib", | |
| "C:\\Python27\\lib\\site-packages\\Pythonwin" | |
| ], | |
| "serialnumber": "4800-4279-8397-9278-1394-6153-28", | |
| "ip_interfaces": { | |
| "Microsoft Hyper-V Network Adapter #2": [ | |
| "10.4.40.196", | |
| "fe80::5043:367c:22f0:1b1c" | |
| ] | |
| }, | |
| "fqdn_ip6": [ | |
| "2001:0:9d38:90d7:1429:27d0:2f45:169b", | |
| "fe80::5043:367c:22f0:1b1c%3", | |
| "fe80::1429:27d0:2f45:169b%6" | |
| ], | |
| "mem_total": 2048, | |
| "saltversioninfo": [ | |
| 2015, | |
| 5, | |
| 0, | |
| 0 | |
| ], | |
| "timezone": "(UTC-07:00) Mountain Time (US & Canada)", | |
| "id": "win10_hyperv", | |
| "osrelease": 8, | |
| "ps": "tasklist.exe", | |
| "locale_info": { | |
| "detectedencoding": "cp437", | |
| "defaultlanguage": "en_US", | |
| "defaultencoding": "cp1252" | |
| }, | |
| "ip6_interfaces": { | |
| "Microsoft Hyper-V Network Adapter #2": [ | |
| "fe80::5043:367c:22f0:1b1c" | |
| ] | |
| }, | |
| "num_cpus": 2, | |
| "hwaddr_interfaces": { | |
| "Microsoft Hyper-V Network Adapter #2": "00:15:5D:28:C2:00" | |
| }, | |
| "ip4_interfaces": { | |
| "Microsoft Hyper-V Network Adapter #2": [ | |
| "10.4.40.196" | |
| ] | |
| }, | |
| "osfullname": "Microsoft Windows 10 Pro Insider Preview", | |
| "master": "104.236.251.190", | |
| "ipv4": [ | |
| "10.4.40.196" | |
| ], | |
| "ipv6": [ | |
| "fe80::5043:367c:22f0:1b1c" | |
| ], | |
| "osversion": "10.0.10074", | |
| "localhost": "WIN-SKF982IBQ89", | |
| "fqdn_ip4": [ | |
| "10.4.40.196" | |
| ], | |
| "shell": "/bin/sh", | |
| "nodename": "WIN-SKF982IBQ89", | |
| "saltversion": "2015.5.0-1575-g0da049b", | |
| "saltpath": "c:\\salt-dev\\salt\\salt", | |
| "cpu_model": "Intel64 Family 6 Model 60 Stepping 3, GenuineIntel", | |
| "host": "WIN-SKF982IBQ89", | |
| "os_family": "Windows", | |
| "gpus": null, | |
| "path": "C:\\Python27\\Scripts;C:\\Python27\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Git\\cmd;C:\\Python27\\lib\\site-packages\\pywin32_system32", | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 8, | |
| "final", | |
| 0 | |
| ], | |
| "manufacturer": "Microsoft Corporation", | |
| "num_gpus": 0, | |
| "virtual": "VirtualPC", | |
| "server_id": 804134688, | |
| "fqdn": "WIN-SKF982IBQ89", | |
| "pythonexecutable": "C:\\Python27\\python.exe", | |
| "productname": "Virtual Machine", | |
| "cpuarch": "AMD64", | |
| "osmanufacturer": "Microsoft Corporation", | |
| "os": "Windows", | |
| "windowsdomain": "WORKGROUP" | |
| } | |
| } |
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
| { | |
| "win7_hyperv": { | |
| "biosversion": "BIOS Date: 05/23/12 17:15:53 Ver: 09.00.06", | |
| "kernel": "Windows", | |
| "domain": null, | |
| "zmqversion": "4.0.5", | |
| "kernelrelease": "6.1.7601", | |
| "motherboard": { | |
| "serialnumber": "2559-6435-4468-5792-0440-3083-65", | |
| "productname": "Virtual Machine" | |
| }, | |
| "pythonpath": [ | |
| "C:\\Python27\\Scripts", | |
| "c:\\salt-dev\\salt", | |
| "C:\\Python27\\python27.zip", | |
| "C:\\Python27\\DLLs", | |
| "C:\\Python27\\lib", | |
| "C:\\Python27\\lib\\plat-win", | |
| "C:\\Python27\\lib\\lib-tk", | |
| "C:\\Python27", | |
| "C:\\Python27\\lib\\site-packages", | |
| "C:\\Python27\\lib\\site-packages\\win32", | |
| "C:\\Python27\\lib\\site-packages\\win32\\lib", | |
| "C:\\Python27\\lib\\site-packages\\Pythonwin" | |
| ], | |
| "serialnumber": "2559-6435-4468-5792-0440-3083-65", | |
| "ip_interfaces": { | |
| "Microsoft Virtual Machine Bus Network Adapter": [ | |
| "10.4.98.48", | |
| "fe80::5d22:4390:ee20:56f9" | |
| ] | |
| }, | |
| "fqdn_ip6": [ | |
| "fe80::5d22:4390:ee20:56f9%11" | |
| ], | |
| "mem_total": 2048, | |
| "saltversioninfo": [ | |
| 2015, | |
| 5, | |
| 0, | |
| 0 | |
| ], | |
| "timezone": "(UTC-07:00) Mountain Time (US & Canada)", | |
| "id": "win7_hyperv", | |
| "osrelease": 7, | |
| "ps": "tasklist.exe", | |
| "locale_info": { | |
| "detectedencoding": "cp437", | |
| "defaultlanguage": "en_US", | |
| "defaultencoding": "cp1252" | |
| }, | |
| "ip6_interfaces": { | |
| "Microsoft Virtual Machine Bus Network Adapter": [ | |
| "fe80::5d22:4390:ee20:56f9" | |
| ] | |
| }, | |
| "num_cpus": 2, | |
| "hwaddr_interfaces": { | |
| "Microsoft Virtual Machine Bus Network Adapter": "00:15:5D:28:C2:06" | |
| }, | |
| "ip4_interfaces": { | |
| "Microsoft Virtual Machine Bus Network Adapter": [ | |
| "10.4.98.48" | |
| ] | |
| }, | |
| "osfullname": "Microsoft Windows 7 Enterprise", | |
| "master": "104.236.251.190", | |
| "ipv4": [ | |
| "10.4.98.48" | |
| ], | |
| "ipv6": [ | |
| "fe80::5d22:4390:ee20:56f9" | |
| ], | |
| "osversion": "6.1.7601", | |
| "localhost": "Shane-PC", | |
| "fqdn_ip4": [ | |
| "10.4.98.48" | |
| ], | |
| "shell": "/bin/sh", | |
| "nodename": "Shane-PC", | |
| "saltversion": "2015.5.0-1573-g6693993", | |
| "saltpath": "c:\\salt-dev\\salt\\salt", | |
| "cpu_model": "Intel64 Family 6 Model 60 Stepping 3, GenuineIntel", | |
| "host": "Shane-PC", | |
| "os_family": "Windows", | |
| "gpus": null, | |
| "path": "C:\\Python27\\Scripts;C:\\Python27\\;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Git\\cmd;C:\\Python27\\lib\\site-packages\\pywin32_system32", | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 8, | |
| "final", | |
| 0 | |
| ], | |
| "manufacturer": "Microsoft Corporation", | |
| "num_gpus": 0, | |
| "virtual": "VirtualPC", | |
| "server_id": 1026984419, | |
| "fqdn": "Shane-PC", | |
| "pythonexecutable": "C:\\Python27\\python.exe", | |
| "productname": "Virtual Machine", | |
| "cpuarch": "AMD64", | |
| "osmanufacturer": "Microsoft Corporation", | |
| "os": "Windows", | |
| "windowsdomain": "WORKGROUP" | |
| } | |
| } |
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
| { | |
| "win8_hyperv": { | |
| "biosversion": "BIOS Date: 05/23/12 17:15:53 Ver: 09.00.06", | |
| "kernel": "Windows", | |
| "domain": null, | |
| "zmqversion": "4.0.5", | |
| "kernelrelease": "6.3.9600", | |
| "motherboard": { | |
| "serialnumber": "2570-6396-6282-2828-9262-0749-47", | |
| "productname": "Virtual Machine" | |
| }, | |
| "pythonpath": [ | |
| "c:\\python27\\scripts", | |
| "c:\\salt-dev\\salt", | |
| "C:\\Python27\\python27.zip", | |
| "C:\\Python27\\DLLs", | |
| "C:\\Python27\\lib", | |
| "C:\\Python27\\lib\\plat-win", | |
| "C:\\Python27\\lib\\lib-tk", | |
| "C:\\Python27", | |
| "C:\\Python27\\lib\\site-packages", | |
| "C:\\Python27\\lib\\site-packages\\win32", | |
| "C:\\Python27\\lib\\site-packages\\win32\\lib", | |
| "C:\\Python27\\lib\\site-packages\\Pythonwin" | |
| ], | |
| "serialnumber": "2570-6396-6282-2828-9262-0749-47", | |
| "ip_interfaces": { | |
| "Microsoft Hyper-V Network Adapter": [ | |
| "10.4.40.201" | |
| ] | |
| }, | |
| "fqdn_ip6": [ | |
| "2001:0:9d38:90d7:18e1:1c30:f5fb:d736", | |
| "fe80::18e1:1c30:f5fb:d736%5" | |
| ], | |
| "mem_total": 2048, | |
| "saltversioninfo": [ | |
| 2015, | |
| 5, | |
| 0, | |
| 0 | |
| ], | |
| "timezone": "(UTC-07:00) Mountain Time (US & Canada)", | |
| "id": "win8_hyperv", | |
| "osrelease": 8, | |
| "ps": "tasklist.exe", | |
| "locale_info": { | |
| "detectedencoding": "cp437", | |
| "defaultlanguage": "en_US", | |
| "defaultencoding": "cp1252" | |
| }, | |
| "ip6_interfaces": { | |
| "Microsoft Hyper-V Network Adapter": null | |
| }, | |
| "num_cpus": 2, | |
| "hwaddr_interfaces": "Microsoft Hyper-V Network Adapter: 00:15:5D:28:C2:01", | |
| "ip4_interfaces": { | |
| "Microsoft Hyper-V Network Adapter": [ | |
| "10.4.40.201" | |
| ] | |
| }, | |
| "osfullname": "Microsoft Windows 8.1 Pro", | |
| "master": "104.236.251.190", | |
| "ipv4": [ | |
| "10.4.40.201" | |
| ], | |
| "ipv6": null, | |
| "osversion": "6.3.9600", | |
| "localhost": "Win8HyperV", | |
| "fqdn_ip4": [ | |
| "10.4.40.201" | |
| ], | |
| "shell": "/bin/sh", | |
| "nodename": "Win8HyperV", | |
| "saltversion": "2015.5.0-1542-g65dd8b6", | |
| "saltpath": "c:\\salt-dev\\salt\\salt", | |
| "cpu_model": "Intel64 Family 6 Model 60 Stepping 3, GenuineIntel", | |
| "host": "Win8HyperV", | |
| "os_family": "Windows", | |
| "gpus": null, | |
| "path": "C:\\Python27\\;c:\\temp;c:\\python27\\scripts;c:\\python27;c:\\windows\\system32;c:\\windows;c:\\windows\\system32\\wbem;c:\\windows\\system32\\windowspowershell\\v1.0;c:\\program files (x86)\\git\\cmd;C:\\ProgramData\\chocolatey\\bin;C:\\Python27\\lib\\site-packages\\pywin32_system32", | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 8, | |
| "final", | |
| 0 | |
| ], | |
| "manufacturer": "Microsoft Corporation", | |
| "num_gpus": 0, | |
| "virtual": "VirtualPC", | |
| "server_id": 881277902, | |
| "fqdn": "Win8HyperV", | |
| "pythonexecutable": "C:\\Python27\\python.exe", | |
| "productname": "Virtual Machine", | |
| "cpuarch": "AMD64", | |
| "osmanufacturer": "Microsoft Corporation", | |
| "os": "Windows", | |
| "windowsdomain": "WORKGROUP" | |
| } | |
| } |
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
| { | |
| "test_dev_64": { | |
| "biosversion": "Revision: 1.221", | |
| "kernel": "Windows", | |
| "domain": null, | |
| "zmqversion": "4.0.5", | |
| "kernelrelease": "6.1.7601", | |
| "pythonpath": [ | |
| "C:\\salt\\bin\\Scripts", | |
| "C:\\salt\\bin\\lib\\site-packages\\m2crypto-0.21.1-py2.7-win-amd64.egg", | |
| "C:\\salt\\bin\\lib\\site-packages\\pycrypto-2.6-py2.7-win-amd64.egg", | |
| "C:\\salt\\bin\\lib\\site-packages\\pywin32-219-py2.7-win-amd64.egg", | |
| "C:\\CustomPath", | |
| "C:\\salt\\bin\\python27.zip", | |
| "C:\\salt\\bin\\DLLs", | |
| "C:\\salt\\bin\\lib", | |
| "C:\\salt\\bin\\lib\\plat-win", | |
| "C:\\salt\\bin\\lib\\lib-tk", | |
| "C:\\salt\\bin", | |
| "C:\\salt\\bin\\lib\\site-packages" | |
| ], | |
| "ip_interfaces": { | |
| "Citrix PV Ethernet Adapter #0": [ | |
| "10.0.0.252" | |
| ] | |
| }, | |
| "fqdn_ip6": [ | |
| "::1" | |
| ], | |
| "mem_total": 4096, | |
| "saltversioninfo": [ | |
| 3, | |
| 2, | |
| 1, | |
| 0 | |
| ], | |
| "SSDs": null, | |
| "id": "test_dev_64", | |
| "osrelease": "2008ServerR2", | |
| "ps": "tasklist.exe", | |
| "locale_info": { | |
| "defaultlanguage": "en_US", | |
| "defaultencoding": "cp1252" | |
| }, | |
| "ip6_interfaces": { | |
| "Citrix PV Ethernet Adapter #0": null | |
| }, | |
| "num_cpus": 2, | |
| "hwaddr_interfaces": "Citrix PV Ethernet Adapter", | |
| "ip4_interfaces": { | |
| "Citrix PV Ethernet Adapter #0": [ | |
| "10.0.0.252" | |
| ] | |
| }, | |
| "timezone": "(UTC) Coordinated Universal Time", | |
| "osfullname": "Microsoft Windows Server 2008 R2 Datacenter", | |
| "master": "104.236.251.190", | |
| "ipv4": [ | |
| "10.0.0.252" | |
| ], | |
| "ipv6": null, | |
| "osversion": "6.1.7601", | |
| "localhost": "WIN-RV4GI6LNG6G", | |
| "virtual_subtype": "HVM domU", | |
| "fqdn_ip4": [ | |
| "10.0.0.252" | |
| ], | |
| "shell": "/bin/sh", | |
| "nodename": "WIN-RV4GI6LNG6G", | |
| "saltversion": "3.2.1", | |
| "saltpath": "C:\\salt\\bin\\lib\\site-packages\\salt", | |
| "cpu_model": "Intel64 Family 6 Model 62 Stepping 4, GenuineIntel", | |
| "host": "WIN-RV4GI6LNG6G", | |
| "os_family": "Windows", | |
| "gpus": null, | |
| "path": "C:\\Python27\\;C:\\Python27\\Scripts;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Amazon\\cfn-bootstrap\\;C:\\Program Files (x86)\\Git\\cmd;", | |
| "pythonversion": [ | |
| 2, | |
| 7, | |
| 8, | |
| "final", | |
| 0 | |
| ], | |
| "manufacturer": "Xen", | |
| "num_gpus": 0, | |
| "virtual": "Xen", | |
| "server_id": 1251015606, | |
| "fqdn": "WIN-RV4GI6LNG6G", | |
| "pythonexecutable": "C:\\salt\\bin\\python.exe", | |
| "productname": "HVM domU", | |
| "cpuarch": "AMD64", | |
| "osmanufacturer": "Microsoft Corporation", | |
| "os": "Windows", | |
| "windowsdomain": "WORKGROUP" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment