From fe1fcade72813e18a19b62369d62ecb63ae9be24 Mon Sep 17 00:00:00 2001 From: Defunct Date: Thu, 13 Oct 2016 14:45:41 +0000 Subject: [PATCH 1/2] resolves #99 --- algo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algo b/algo index bf1ebe4..d1e5773 100755 --- a/algo +++ b/algo @@ -62,9 +62,9 @@ Enter your aws_access_key (http://docs.aws.amazon.com/AWSSimpleQueueService/late Enter your aws_secret_key (http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html): : " -rs aws_secret_key - read -p " + read -e -p " Enter the local path to your SSH public key: -: " -r ssh_public_key +: " -i "~/.ssh/id_rsa.pub" -r ssh_public_key read -p " Name the vpn server: From d8478e1741b01dfe0288e26a0945fcc0f0b81da4 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Fri, 14 Oct 2016 19:57:11 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5cb7148..80edf40 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ Ansible scripts are organized into roles. The roles used by Algo are described i ## Usage +### Warning +If you run Algo on your existing server, the iptables rules will be overwritten. If you don't want to overwite the rules, just skip the `iptables` tag. (You can find some information about tags [here](https://github.com/trailofbits/algo/blob/master/ADVANCED.md)) + ### Requirements * ansible >= 2.1