From a103d8dd169beddb812863c9d77d5d7ce96d84e4 Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Mon, 31 Jan 2022 13:35:32 +0000 Subject: [PATCH] Local install prompt (#14412) * add local install warning * change layout * skip lint --- roles/local/tasks/prompts.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/local/tasks/prompts.yml b/roles/local/tasks/prompts.yml index fa085ec..d4da709 100644 --- a/roles/local/tasks/prompts.yml +++ b/roles/local/tasks/prompts.yml @@ -1,4 +1,16 @@ --- +- pause: + prompt: "{{ item }}" + when: not tests|default(false)|bool + tags: + - skip_ansible_lint + with_items: | + https://trailofbits.github.io/algo/deploy-to-ubuntu.html + + Local installation might break your server. Use at your own risk. + + Proceed? Press ENTER to continue or CTRL+C and A to abort... + - pause: prompt: | Enter the IP address of your server: (or use localhost for local installation):