Go to file
2024-09-04 00:18:15 +02:00
consul/config Cleanup 2023-12-21 23:19:52 +01:00
example Rebuild for 24.9 2024-09-04 00:18:15 +02:00
images/rsync-ssh Bump rsync image for 24.7 2024-07-11 11:48:35 +02:00
templates
vault/policies Cleanup 2024-01-31 16:01:30 +01:00
.gitmodules
bundles.yml
README.md
repo.nomad.hcl Cleanup 2024-01-31 16:01:30 +01:00
variables.yml Rebuild for 24.9 2024-09-04 00:18:15 +02:00

A simple RPMS repo job

This job is made to expose an RPMS (or anything else) repository. It's composed of

  • A nginx server exposing a directory
  • An rsync over SSH container to push updates

To use it, you just need to push the SSH public keys (comma separated) to access the SSH service on vault

vault kv put kv/service/repo ssh_keys="ssh-rsa AAAA.....,ssh-rsa AAAAA"

Then just adjust variables.yml to your need