ublue-os / forge

On-prem Universal Blue
Apache License 2.0
31 stars 1 forks source link

Simple WebUI to execute ansible playbooks #10

Closed tepene closed 1 year ago

tepene commented 1 year ago

For all the "automation" tasks a simple UI is needed where we can launch ansible playbooks to automate as much as possible. Thinking of https://github.com/ansible-semaphore/semaphore as a start. Or if semaphore is to heavy we could also build simple flask app which launches playbooks via ansible-runner

tepene commented 1 year ago

added semaphore to the stack. Need to investigate how to configure it programmatically https://github.com/ansible-semaphore/semaphore/discussions/1031