You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be appropriate to have a script spin a VM and use the playbook on it, for testing purposes? Currently using Docker for that purpose, but I'd like a “proper” test system.
The text was updated successfully, but these errors were encountered:
There are indeed a few things that will fail, such as SSL certificates or systemd stuff (when a stupid Docker container is used as a target).
I'd like to avoid blindingly committing playbook changes without making sure they result in seemingly reasonable modifications on the target (e.g. file creation), when I can't straight up formally confirm the changes are good.
Is there a way to tell ansible-galaxy to abort the current thread of tasks and proceed with the next one in relation with the parent playbook? The idea is to have a test.sh script in the repo that spins a new VM/container and makes Ansible run as many individual roles as possible without stopping on the first hurdle (such as declaring a new Let's Encrypt certificate).
Would it be appropriate to have a script spin a VM and use the playbook on it, for testing purposes? Currently using Docker for that purpose, but I'd like a “proper” test system.
The text was updated successfully, but these errors were encountered: