Skip to content

MelonSmasher/chef_snipe_audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snipe_audit

A Chef cookbook that will automatically send Windows PC information to your Snipe inventory server.

Platforms

  • Windows

Chef

  • Chef 12.0 or later

Attribute Example

{
  "snipe": {
    "server": {
      "host_name": "snipe.example.com",
      "port": 80,
      "use_https": false
    },
    "user": {
      "api_token": "Your-API-Token-Here"
    },
    "fields": {
      "os": {
        "name": "_snipeit_operating_system_77",
        "version": "_snipeit_os_version_78"
      }
    }
  }
}

Usage

snipe_audit::default

Just include snipe_audit in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[snipe_audit]"
  ]
}

About

A Chef cookbook that will automatically send Windows PC information to your Snipe inventory server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages