-
I am trying to push a sample apb template (https://github.com/ansibleplaybookbundle/rocketchat-apb) and I am facing this error.
I have installed apb using pip on an openshift master.
I've first …
-
There are times we will want to add an auth handler or other http handler middleware to allow for authentication before accessing the broker.
https://github.com/openshift/ansible-service-broker/blo…
-
It appears `wait_for_connection` on RC 3.0 does not work. I have also tested this with the master branch, and the same issue occurs.
~~~
- name: Wait for server
wait_for_connection:
delay:…
dsgnr updated
4 months ago
-
In the application that we are building we want to give users the possibility to build different kinds of clusters, which are basically defined by sets of OpenShift installer variables. Lets say, for …
-
Hi
When trying to execute any ansible command, either adhoc or on playbook, against some hosts it fais with the following error:
```
[mux 28801] 23:45:24.171948 D mitogen.[fork.12844]: Recovered…
-
* Which version of Ansible are you running?
7.7.0+dfsg-1 from debian unstable
* Is your version of Ansible patched in any way?
no
* Are you running with any custom modules, or `module_util…
-
Hi;
We have an Ansible deployment script that installs this service file:
```
[Unit]
Description=rabbitmq-server - RabbitMQ broker
After=network.target epmd@0.0.0.0.socket
Wants=network.target…
-
## Bug:
**What happened**:
If you follow https://github.com/openshift/ansible-service-broker/blob/master/docs/secrets.md and try to add a multiline secret as in:
```
---
apiVersion: v1
kind: S…
-
Update 31.5.2024: current state: https://scs.sovereignit.de/nextcloud/s/G4DzznMKeJHqMBx
## Introduction
OpenStack is a platform used for the SCS IaaS layer (Infrastructure as a Service).
Curren…
-
Hi,
I am facing an exception to run any playbook / ad-hoc command in the following environment:
```
$ ansible --version
ansible 2.8.4
config file = /home/ansible/infra/ansible.cfg
config…