node-ci / nci-ansible-ui

Simple web interface for running Ansible playbooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker implementation

jc21 opened this issue · comments

commented

I came across your project from a reddit post and it's pretty much what I'm looking for.

I run pretty much everything in Docker so I created a docker image for this: https://hub.docker.com/r/jc21/nci-ansible-ui/

Feel free to add a link in your documentation.

That's great, I'll add a link to the doc.
I think it will be even more useful if docker image will contain preconfigured ansible user with ssh access like described here:

ansible_host: 127.0.0.1
ansible_user: ansible
ansible_ssh_private_key_file: ~/.ssh/id_rsa_test

to been able to run sample playbooks without any configuration.

I've added image link to the readme.