Commit Graph

4 Commits (5a9e9c05972624f654fb2feb4a3a48bf39b9af35)

Author SHA1 Message Date
Dustin a9d8a71a92 Add fake usermod command
Ansible's `user` module *requires* that the `usermod` command be
present, even if it would not actually create or modify the specified
user.  It does not actually execute it unless it needs to, so we can
stub it out.  Making it a symlink to `false` ensures that it will never
do anything, and will fail if its actually run.
2022-06-23 15:52:12 -05:00
Dustin fa3b59143b users: Add victoriametrics user
dustin/metricspi/pipeline/head This commit looks good Details
Normally, this would be done by Ansible, but Buildroot does not provide
a `useradd` utility.  As such, the user has to be created at build time.
2022-06-23 11:24:55 -05:00
Dustin 4dddea5a99 Add system-update script
dustin/metricspi/pipeline/head This commit looks good Details
The `system-update` script takes an archive package (`metricspi.tar`)
and extracts its contents into the proper locations to update the
system.
2022-06-23 10:45:18 -05:00
Dustin 50d2f3459b Initial commit 2022-06-22 17:06:58 -05:00