Open slaskawi opened 7 years ago
@slaskawi I think you might be using an old version of the tooling. By default it uses insecure and then you can pass in --secure
to use SSL. See here: https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/blob/master/src/apb/cli.py#L32
I'm using the latest Docker file. The exact command I'm running is this one:
docker run --rm --privileged -v `pwd`:/mnt -v /home/slaskawi/.kube:/.kube -v /var/run/docker.sock:/var/run/docker.sock -u `id -u` docker.io/ansibleplaybookbundle/apb push --broker http://172.30.64.217:1338
My Docker image version (SHA1):
docker images | grep docker.io/ansibleplaybookbundle/apb
docker.io/ansibleplaybookbundle/apb latest dbd62e0e79a2 6 days ago 705 MB
This is not always true (see here). In case of using http it returns the following warnings:
Note that the operation is successful (apart from warnings reported).