-
Hi all, I use Semaphore to run some maintenance tasks via localhost. I've ensured everything is properly configured including definition of localhost in my inventory file. I'm using small, self-contained playbooks for each task I have. They do not need any external files, they do not reference any templates and are completely standalone. After reading docs and searching for examples, it is not obvious for me. Is it possible that instead of fetching the same github repo everytime, where in this repo I keep other things fetch just that single particular playbook ? Github provides direct links to each file as raw but I wonder if Semaphore allows to use it. Of course this would mean that I would need to add multiple entires for each playbook I maintain but for my usage that's ok. Fetching the same github repo is a waste of badwidth and resources, also I see that I must've been hittingsome timeouts during tests. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, no, it is not possible. Git fetches whole repo only. |
Beta Was this translation helpful? Give feedback.
-
Just to mention it: A simple cron + bash script could do the job. |
Beta Was this translation helpful? Give feedback.
Hi,
no, it is not possible. Git fetches whole repo only.