Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to re-run Metron installer after failure?

avatar
Super Collaborator

I ran the Metron Installer and one of the last tasks errored out (Metron UI task). How do i re-rerun the installer so that it runs faster..(doesn't do unecessary waits for aws instances to come up, etc since they are already up)

1 ACCEPTED SOLUTION

avatar
Super Collaborator

To re-run an installer faster add --skip-tags attribute to the ansible command like the following:

ansible-playbook -i ec2.py playbook.yml --skip-tags="wait"

View solution in original post

1 REPLY 1

avatar
Super Collaborator

To re-run an installer faster add --skip-tags attribute to the ansible command like the following:

ansible-playbook -i ec2.py playbook.yml --skip-tags="wait"