mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 06:33:56 +02:00
Local install prompt (#14412)
* add local install warning * change layout * skip lint
This commit is contained in:
parent
1a86b5fb4b
commit
a103d8dd16
1 changed files with 12 additions and 0 deletions
|
@ -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:
|
- pause:
|
||||||
prompt: |
|
prompt: |
|
||||||
Enter the IP address of your server: (or use localhost for local installation):
|
Enter the IP address of your server: (or use localhost for local installation):
|
||||||
|
|
Loading…
Add table
Reference in a new issue