Hi, Ansible Noob here. We're developing ansible roles and playbooks for production VMs which are RHEL7 systems. We can't test our playbook on those machines because they are dedicated to another service. So we only can test playbooks on Docker Images similar to VMs, installing the same software. We have a docker image "ansible-admin" that is identical to a RHEL7 ansible admin VM, and another image "ansible-target". What would the best, most reliable way to test a playbook on those images? We're also facing the problem that those images can't "docker run" on our debian workstations as we get a systemd tmpfs error message.
We're already testing our roles with molecule, which is awesome, but we would like to run tests for playbook too. Thanks. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4b0d7a77-e907-4523-8113-f3da1c75663c%40googlegroups.com.
