aboutsummaryrefslogtreecommitdiff
path: root/configs/data-dir/ignition/flatcar.ign.slc
blob: 0620f27c5dd5f274062d8528472125d2a5da78f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{{define "ignition/flatcar" -}}
{
  "ignition": { "version": "3.4.0" },
  "passwd": {
    "users": [
      {
        "name": "core",
        "sshAuthorizedKeys": ["ssh-rsa AAAA... user@example.com"]
      }
    ]
  },
  "storage": {
    "files": [
      {
        "path": "/etc/hostname",
        "contents": { "source": "data:,{{.hostname}}" },
        "mode": 420
      }
    ]
  }
}
{{end}}
nihil fit ex nihilo