Go to file
Daniel Berteaud 0ada82675d Rebuild rsync image for March 2024 2024-03-05 10:47:05 +01:00
consul/config Cleanup 2023-12-21 23:19:52 +01:00
example Rebuild rsync image for March 2024 2024-03-05 10:47:05 +01:00
images/rsync-ssh Store authorized_keys in /config 2024-02-28 13:59:01 +01: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
README.md Rename to repo and allow custom job name 2023-09-03 21:55:34 +02:00
bundles.yml Use bundles.yml for dependencies 2023-09-28 15:07:38 +02:00
repo.nomad.hcl Cleanup 2024-01-31 16:01:30 +01:00
variables.yml Rebuild rsync image for March 2024 2024-03-05 10:47:05 +01:00

README.md

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