fabric8io / kansible

Kansible lets you orchestrate operating system processes on Windows or any Unix in the same way as you orchestrate your Docker containers with Kubernetes by using Ansible to provision the software onto hosts and Kubernetes to orchestate the processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have an option where the kansible pod runs the playbook on the host first

jstrachan opened this issue · comments

I can imagine some folks wanting the kansible pod to run the ansible playbook first - then running the command.

So having an option to mount the playbook git repo & run the playbook first would be handy.

Using s separate docker image sounds good to add the python & ansible stuff