Answer the question
In order to leave comments, you need to log in
CI for opensource ansible playbooks, where can I get it?
Hello everyone,
I'm making an open source playbook for ansible (for testing purposes).
Started using Travis CI for testing. For checks, I made docker containers https://hub.docker.com/r/weldpua2008/docker-ansible/:
[[email protected] /]# systemctl enable nginx.service
[[email protected] /]# systemctl -t service -a
Failed to get D-Bus connection: No connection to service manager.
OS_TYPE=fedora
OS_VERSION=22
ANSIBLE_VERSION=1.9.2
docker run --rm=true -ti -v `pwd`:/ansible-apache:rw -v /sys/fs/cgroup:/sys/fs/cgroup weldpua2008/docker -ansible:${OS_TYPE}${OS_VERSION}_v${ANSIBLE_VERSION} /bin/bash
Complete!
127.0.0.1 | FAILED >> {
"failed": true,
"msg": "no service or tool found for: rsyslog"
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question