Skip to content
Snippets Groups Projects
manifest.sample.json 355 B
{
  "api-key": "AzureDiamond",
  "api-secret": "hunter2",
  "server": 123456,
  "files": [
    {
      "source": "config/ignition.ign",
      "target": "/root/ignition.ign",
      "mode": 644,
      "execute": false
    },
    {
      "source": "install.sh",
      "target": "/root/install_rescue.sh",
      "mode": 755,
      "execute": true
    }
  ]
}