ccuz

Results 5 issues of ccuz

Given a ansible.cfg having `vault_identity_list = [email protected], [email protected]` and according to https://docs.ansible.com/ansible/latest/user_guide/vault.html#passing-multiple-vault-passwords, it should be possible to use `ansible-playbook --vault-id [email protected] --vault-id [email protected] theplaybook.yml` instead of just `ansible-playbook --vault-password-file vaultfile...

enhancement
feature

The task-template are run by https://github.com/ansible-semaphore/semaphore/blob/develop/services/tasks/runner.go that calls https://github.com/ansible-semaphore/semaphore/blob/develop/lib/AnsiblePlaybook.go which starts the ansible-playbook command into a sub-process. We have some shortcomings with this simple effective execution: - Using '-vvv' while...

…re sensitive environment variable are not passed to ansible-playbook command

*Idea* I was digging into semaphore code, but see that user management is either local or LDAP. What about supporting a oauth2-proxy https://oauth2-proxy.github.io/oauth2-proxy/docs/ instance in front of semaphore instance and...

needs work
proof of concept

Our use-case of ksqldb: We are using ksqldb headless-mode to achieve rolling upgrade of our pipeline. We have many ksqldb server app (i.e. different service-id per processor/service) in our kafka/k8s...

documentation
needs-triage
core-infra