You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
Is there a good way to abort the playbook if host is not ready?
For example I want to run a playbook against thisserver, but thisserver is unreachable by ssh or it is reachable but there is no python install. If any of these occurs I'd like to playbook to abort and stop processing tasks
Kai Stian Olstad
unread,
Jun 15, 2020, 2:07:00 AM6/15/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
On Thu, May 28, 2020 at 10:52:37AM -0700, Laci wrote:
> Is there a good way to abort the playbook if host is not ready?
> For example I want to run a playbook against *thisserver*, but *thisserver* is
> unreachable by ssh or it is reachable but there is no python install. If
> any of these occurs I'd like to playbook to abort and stop processing tasks