Commit graph

411 commits

Author SHA1 Message Date
Kevin Chen
6f00c6bf7e README: Add apt dependencies for pypi cryptography.
The cryptography library requires gcc and some development headers
that aren't installed by default on Ubuntu.

Source:
https://cryptography.io/en/latest/installation/#building-cryptography-on-linux
2016-12-13 01:27:33 -05:00
Jack Ivanov
2d2223d0e4 a fix for ipv6 provisioning on DO #158 2016-12-13 09:08:12 +03:00
Jack Ivanov
05fc1aaaf3 Merge branch 'master' of github.com:trailofbits/algo 2016-12-13 08:44:31 +03:00
Jack Ivanov
f2d27aaaa4 SSH fix for old bash versions #160 2016-12-13 08:44:19 +03:00
defunct
c0d6f84d65 Merge pull request #156 from kennwhite/master
Change default instance to free tier (t2.micro)
2016-12-12 15:18:06 -05:00
kennwhite
d0d180b47d Change default instance to free tier (t2.micro)
I know this is a bit goofy, but the t2.nano is not in the free tier for AWS even though it is smaller than the t2.micro instance. See: https://aws.amazon.com/blogs/aws/ec2-update-t2-nano-instances-now-available/ (the "PS" at the bottom), confirmed on pricing page. The difference is $4.30 per mo vs. free/$8.76  per mo. Maybe add this to config questions, but at least one reviewer has noted this as an issue for his just-setup AWS free account.
2016-12-12 15:14:58 -05:00
Jack Ivanov
0f1b79e666 DNS fix 2016-12-12 18:52:34 +03:00
Jack Ivanov
aba7f2e1d1 dirty fix #148 2016-12-12 18:13:58 +03:00
Jack Ivanov
028c1e7736 Fixed #147 2016-12-12 18:04:51 +03:00
Jack Ivanov
eee20f4ede additional columns 2016-12-12 17:40:31 +03:00
Dan Guido
95e7ecc2b2 Update README.md 2016-12-12 08:12:33 +00:00
Jack Ivanov
cd8db458e4 Merge pull request #144 from trailofbits/ami_latest_image
Sort by latest AMI - resolves #140
2016-12-10 21:56:49 +03:00
Jack Ivanov
f5adbdf959 Merge pull request #143 from attilagyorffy/patch-1
Fix configs path in the README
2016-12-10 21:28:16 +03:00
Jack Ivanov
4d51689183 Merge pull request #142 from trailofbits/ec2-canada
EC2 Canada - resolves #141
2016-12-10 21:27:43 +03:00
Jack Ivanov
5d98d4207f Azure support #26 2016-12-10 21:26:08 +03:00
Attila Györffy
960de104de Fix configs path in the README 2016-12-10 15:57:41 +02:00
Defunct
2f43feca77 Sort by latest AMI - resolves #140 2016-12-09 20:45:12 +00:00
Defunct
8985228d52 EC2 Canada - resolves #141 2016-12-09 16:58:35 +00:00
Jack Ivanov
f1e07734a8 Fixed. #137 2016-12-06 20:14:08 +03:00
Jack Ivanov
948351c09c Merge branch 'win10_support' #9 2016-11-30 17:00:03 +03:00
Jack Ivanov
5f1420f9e1 Windows support implemented 2016-11-29 23:00:01 +03:00
Jack Ivanov
204ba59cf4 modify ciphers #9 2016-11-29 22:14:18 +03:00
Jack Ivanov
19a254b5ef Merge pull request #131 from trailofbits/ec2updates
EC2 Updates and fixes
2016-11-29 18:48:31 +03:00
Jack Ivanov
0459890354 here were no credentials #127 2016-11-29 18:46:58 +03:00
defunct
67c7dc0713 opens #126
This commit reverts changes in 437d659 to avoid breaking changes.
2016-11-27 12:55:05 -05:00
Jack Ivanov
553b5bd0b4 fix in the mobileconfig template 2016-11-27 12:44:05 +03:00
Jack Ivanov
dc80f0817a Windows RSA support #9 2016-11-27 01:37:17 +03:00
Jack Ivanov
ace3eccc48 Issue template 2016-11-26 23:42:04 +03:00
Jack Ivanov
de320d5e37 Merge branch 'master' of github.com:trailofbits/algo 2016-11-26 23:27:25 +03:00
Jack Ivanov
cfa1ff583d Merge pull request #125 from cernekee/tag-fix. Fix #128
Add missing playbook tags
2016-11-26 23:24:43 +03:00
Jack Ivanov
4e963fcfe5 mobileconfig fix 2016-11-26 23:22:12 +03:00
Dan Guido
6fdb4d1d4c Merge pull request #130 from fkt/bug-congrats_msg_#115
Show congrats message at the end - #115
2016-11-26 21:03:02 +01:00
Defunct
bf16cc775b Merge branch 'master' into ec2updates 2016-11-26 18:08:14 +00:00
fkt
d2df960c03 Show congrats message at the end - #115 2016-11-26 18:05:06 +00:00
Defunct
92525a3bca resolves #126 - incorrect private key usage w/o ssh-agent 2016-11-26 17:42:46 +00:00
Defunct
a1bd290a88 support older bash versions - resolves #116 2016-11-26 17:39:52 +00:00
Defunct
c472b9c3c6 resolves #118 - AWS env keys 2016-11-26 17:39:24 +00:00
Jack Ivanov
cc04b88220 Change the site in the congrats handler to whoer.net in order to clarify the message at the end of the install about testing VPN. Fix #110 2016-11-23 20:34:53 +03:00
Jack Ivanov
7b8e610b4d Update readme. Fix #120 2016-11-23 20:28:05 +03:00
Kevin Cernekee
a805dc0bef Use /var/run/reboot-required to determine if a restart is needed
The current check only looks to see if a new kernel was installed.
2016-11-06 09:45:39 -08:00
Kevin Cernekee
fe0bbd7c76 Add missing tags in common playbook
If the common playbook is invoked with the "cloud" tag, non-cloud
tasks will be skipped.  On GCE this causes "Install tools" to be skipped,
apparmor-utils is not installed, and then the "Enforcing ipsec with
apparmor" step fails.
2016-11-06 09:45:34 -08:00
Jack Ivanov
fb23751256 inplemented #109 2016-11-03 18:05:56 +03:00
Jack Ivanov
4198696e1f Fixed #108 2016-11-03 17:21:18 +03:00
Jack Ivanov
be674530de Merge pull request #122 from mrphs/patch-1
Avoid using + for email address
2016-11-03 16:26:29 +03:00
Nima Fatemi
341ac5aaf3 Avoid using + for email address
using + in email add (eg email+auditd@domain.tld) would cause auditd fail to start
see #117
2016-10-28 19:48:28 +00:00
Jack Ivanov
37a8af5c1b skip-tags added. Fixed #121 2016-10-28 21:00:11 +03:00
Jack Ivanov
a71ce7c52a Fix for SSH timeout and attempts #111 2016-10-26 19:10:49 +03:00
Jack Ivanov
0b7e464b7e extra vars added to use local DNS #110 2016-10-26 18:56:23 +03:00
Jack Ivanov
8cf4cabb5e Merge branch 'master' of github.com:trailofbits/algo 2016-10-25 21:33:57 +03:00
Jack Ivanov
46f46e88df fix dependencies 2016-10-25 21:33:46 +03:00