From 8a4410c279614c45493cc881a18d0df0c2384e92 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sun, 21 Jun 2020 23:37:31 -0700 Subject: [PATCH] Update README.md --- Azure/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Azure/README.md b/Azure/README.md index 01eebf4..5e33e91 100644 --- a/Azure/README.md +++ b/Azure/README.md @@ -84,8 +84,7 @@ If you'd like to take the faster route, I recommend opening 3 terminal windows t If you run into any issues along the way, please open an issue on Github and I'll do my best to find a solution. ## Debugging / Troubleshooting / Known Issues -* If an Ansible playbook fails (and they often do), you can pick up where it left off with `ansible-playbook -vvv detectionlab.yml --tags="hostname-goes-here" --start-at-task="taskname"` -* The "Configure OU" Ansible step often fails because the cmdlet can't find AD. Re-running it often fixes the issue (for unknown reasons): `ansible-playbook -vvv detectionlab.yml --tags="dc" --start-at-task="Configure OU"` +* If an Ansible playbook fails (and they sometimes do), you can pick up where it left off with `ansible-playbook -vvv detectionlab.yml --tags="hostname-goes-here" --start-at-task="taskname"` * "Installing Red Team Tooling" hangs if AV isn't disabled successfully * It seems like sometimes the logger provisioning "errors" somewhere and causes the box to become tained, despite the provision being successful. Work around this by untainting it: `terraform untaint azurerm_virtual_machine.dc`