Commit graph

871 commits

Author SHA1 Message Date
Jack Ivanov
3cda869823 name fixes 2016-12-13 22:08:05 +03:00
Jack Ivanov
fcdee0f97c Additional pause. Fixed #159 2016-12-13 22:05:55 +03:00
Jack Ivanov
8b7e8619d3 remove unused handlers 2016-12-13 21:59:31 +03:00
Jack Ivanov
90635f569d reorganize the wait_for functions #159 2016-12-13 21:58:45 +03:00
Jack Ivanov
d632d92277 additional fix #158 2016-12-13 21:27:59 +03:00
Jack Ivanov
55a11c6979 ipv6 option is available in ansible 2.2; Fixed #158 2016-12-13 21:12:51 +03:00
Jack Ivanov
0f58593d64 IP_subject_alt_name is not declared for localhost. Fixed #149 2016-12-13 20:46:27 +03:00
Jack Ivanov
4ec20c92a5 EC2 fix 2016-12-13 20:34:27 +03:00
Jack Ivanov
d3a9b4130a draft EC2 #150 #157 2016-12-13 19:50:18 +03:00
Jack Ivanov
83495a5d80 Merge pull request #164 from kevin1/kevin1_add_apt_dependencies
README: Add apt dependencies for pypi cryptography.
2016-12-13 19:15:41 +03:00
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