Go to file
2024-07-11 11:48:35 +02:00
consul/config Cleanup 2023-12-21 23:19:52 +01:00
example Bump rsync image for 24.7 2024-07-11 11:48:35 +02:00
images/rsync-ssh Bump rsync image for 24.7 2024-07-11 11:48:35 +02:00
templates Rename to repo and allow custom job name 2023-09-03 21:55:34 +02:00
vault/policies Cleanup 2024-01-31 16:01:30 +01:00
.gitmodules Use bundles.yml for dependencies 2023-09-28 15:07:38 +02:00
bundles.yml Use bundles.yml for dependencies 2023-09-28 15:07:38 +02:00
README.md Rename to repo and allow custom job name 2023-09-03 21:55:34 +02:00
repo.nomad.hcl Cleanup 2024-01-31 16:01:30 +01:00
variables.yml Bump rsync image for 24.7 2024-07-11 11:48:35 +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