Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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"