Ansible Semaphore Configuration Automation #1031
cf-sewe
started this conversation in
Show and tell
Replies: 1 comment
-
Great idea, but it seems the API changed a bit meanwhile. I created a POC in a repo that also installs Semaphore binary as systemd service, with Postgres SSL and NGinx. You can run in with Vagrant, or on localhost. Or on your own inventory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we apply GitOps for everything, we want to automate Ansible Semaphore configuration via Ansible.
Here is our current simple approach, based around
ansible.builtin.uri
.To keep it simple, for now I probably wont consider implementing a Galaxy advanced role with Python.
Beta Was this translation helpful? Give feedback.
All reactions