Go to file
Daniel Berteaud e63e939063 Change versionnumbering 2023-11-10 16:41:21 +01:00
consul/config Cleanup 2023-10-08 17:28:42 +02:00
images/rsync-ssh Change versionnumbering 2023-11-10 16:41:21 +01:00
prep.d Cleanup 2023-10-08 17:28:42 +02:00
templates Rename to repo and allow custom job name 2023-09-03 21:55:34 +02:00
vault/policies Rename to repo and allow custom job name 2023-09-03 21:55:34 +02: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 2023-10-08 17:28:42 +02:00
variables.yml Change versionnumbering 2023-11-10 16:41:21 +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