Files
chef/site-cookbooks
greg 065eac06b1 Add a recipe to install the zerotier ohai plugin
The attributes are saved as "automatic" attributes and look like this:

  "zerotier": {
    "version": "1.16.2",
    "node_id": "NODEID",
    "networks": {
      "NETWORKID": {
        "network_name": "networkname",
        "mac": "ff:ff:ff:ff:ff:ff",
        "status": "OK",
        "type": "PRIVATE",
        "interface": "abcdefg",
        "addresses": [
          "10.1.1.255/24"
        ]
      }
    }
  }

Refs #263
2026-07-11 17:29:31 +02:00
..
2026-04-12 16:11:40 +04:00
2026-07-09 15:30:38 +02:00
2026-04-07 11:40:35 +02:00
2020-06-07 12:40:39 +02:00
2023-07-30 12:39:41 +02:00