index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-11-26 14:26:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-26 14:26:18 +0000 |
commit | 7fd26817a1e303088da4e64481eb98fa85b3815b (patch) | |
tree | 4f4c74af8f505eb12fc6642d442ac9bb28f52134 /examples/creds-sample.json | |
parent | e285d84651eb81157e35f776c3351b0873d29020 (diff) | |
parent | 87e75a7d09b358ef929ca62d1a741acaaa8ad504 (diff) |
-rw-r--r-- | examples/creds-sample.json | 9 |
diff --git a/examples/creds-sample.json b/examples/creds-sample.json new file mode 100644 index 00000000..16aeb8cc --- /dev/null +++ b/examples/creds-sample.json @@ -0,0 +1,9 @@ +{ + "!root-password": "<root password>", + "!users": { + "username": {"!password": "<user password>"} + }, + "!superusers": { + "admin": {"!password": "<admin password>"} + } +}
\ No newline at end of file |