Commit graph

1718 commits

Author SHA1 Message Date
David Myers
d95df710a5 Add an unattended reboot option (#1082) 2018-09-02 15:26:06 -04:00
in-in
363f926fd2 improve readability (#1085) 2018-09-02 15:22:24 -04:00
in-in
244a698531 improve readability (#1085) 2018-09-02 15:22:24 -04:00
Jack Ivanov
9d21651346 Update docs (#1089) 2018-09-02 14:54:06 -04:00
Jack Ivanov
cbe57991db Update docs (#1089) 2018-09-02 14:54:06 -04:00
Jack Ivanov
78b12d76b3 invoke dns encryption from main playbook instead of meta-dependencies (#1097) 2018-09-02 14:52:59 -04:00
Jack Ivanov
91a9dfd983 invoke dns encryption from main playbook instead of meta-dependencies (#1097) 2018-09-02 14:52:59 -04:00
Mike Myers
0a184bf0a8 Update screenshot of AWS EC2 minimum permissions with ec2:DescribeRegions (#1095) 2018-09-02 13:32:51 +03:00
Mike Myers
d9634eca8a Update screenshot of AWS EC2 minimum permissions with ec2:DescribeRegions (#1095) 2018-09-02 13:32:51 +03:00
Jack Ivanov
682af321d3 Update ISSUE_TEMPLATE.md 2018-08-31 08:40:22 +03:00
Jack Ivanov
002c4ef198
Update ISSUE_TEMPLATE.md 2018-08-31 08:40:22 +03:00
Jack Ivanov
319c0a8fce Update deploy-to-ubuntu.md 2018-08-30 16:40:01 +03:00
Jack Ivanov
0188b2ff64
Update deploy-to-ubuntu.md 2018-08-30 16:40:01 +03:00
Jack Ivanov
780bcb09e2 Update troubleshooting.md
Fixes #744
2018-08-30 16:25:59 +03:00
Jack Ivanov
687bab9e54
Update troubleshooting.md
Fixes #744
2018-08-30 16:25:59 +03:00
Jack Ivanov
338c1af220 Create a symlink if deploying to localhost (#1078) 2018-08-30 15:36:35 +03:00
Jack Ivanov
fb1c0f6a5e
Create a symlink if deploying to localhost (#1078) 2018-08-30 15:36:35 +03:00
Jack Ivanov
161e5ec366 Scaleway authentication fix (#1088) 2018-08-29 16:05:07 +03:00
Jack Ivanov
e860b78d80
Scaleway authentication fix (#1088) 2018-08-29 16:05:07 +03:00
David Myers
f2136d3c2b Document how to use WireGuard on Ubuntu clients (#1071) 2018-08-28 17:25:40 +03:00
David Myers
ee3cb979f7 Document how to use WireGuard on Ubuntu clients (#1071) 2018-08-28 17:25:40 +03:00
Jack Ivanov
5215f0cd3c Update CHANGELOG.md 2018-08-28 17:12:20 +03:00
Jack Ivanov
f63bc1ef97
Update CHANGELOG.md 2018-08-28 17:12:20 +03:00
TC1977
14ed78c8bf Update cloud-amazon-ec2.md (#1081) 2018-08-28 17:05:01 +03:00
TC1977
3144458ac7 Update cloud-amazon-ec2.md (#1081) 2018-08-28 17:05:01 +03:00
TC1977
3bf5db2a46 Update minimum required IAM changes for deployment (#1080)
Ansible2.5 allows Algo to directly ask AWS for the region list, rather than have it hardcoded and updated manually. Updated the documented minimum required permissions to include "DescribeRegions".
2018-08-28 17:03:43 +03:00
TC1977
6d3bb1cf2b Update minimum required IAM changes for deployment (#1080)
Ansible2.5 allows Algo to directly ask AWS for the region list, rather than have it hardcoded and updated manually. Updated the documented minimum required permissions to include "DescribeRegions".
2018-08-28 17:03:43 +03:00
Jack Ivanov
2417082662 Update README.md 2018-08-27 20:23:51 +03:00
Jack Ivanov
635e7ff1af
Update README.md 2018-08-27 20:23:51 +03:00
Jack Ivanov
c8041d7ddd Update CHANGELOG.md 2018-08-27 19:01:59 +03:00
Jack Ivanov
5f9a3d5eb5
Update CHANGELOG.md 2018-08-27 19:01:59 +03:00
Jack Ivanov
d78312dfd6 Update CHANGELOG.md 2018-08-27 19:00:32 +03:00
Jack Ivanov
511086db8e
Update CHANGELOG.md 2018-08-27 19:00:32 +03:00
Jack Ivanov
a6c5738c4d Update CHANGELOG.md 2018-08-27 17:29:16 +03:00
Jack Ivanov
701995ebb7
Update CHANGELOG.md 2018-08-27 17:29:16 +03:00
Jack Ivanov
344d3147d6 Update CHANGELOG.md 2018-08-27 17:28:02 +03:00
Jack Ivanov
36c871c4f1
Update CHANGELOG.md 2018-08-27 17:28:02 +03:00
Jack Ivanov
1646676ddb Large refactor to support Ansible 2.5 (#976)
* Refactoring, booleans declaration and update users fix

* Make server_name more FQDN compatible

* Rename variables

* Define the default value for store_cakey

* Skip a prompt about the SSH user if deploying to localhost

* Disable reboot for non-cloud deployments

* Enable EC2 volume encryption by default

* Add default server value (localhost) for the local installation

Delete empty files

* Add default region to aws_region_facts

* Update docs

* EC2 credentials fix

* Warnings fix

* Update deploy-from-ansible.md

* Fix a typo

* Remove lightsail from the docs

* Disable EC2 encryption by default

* rename droplet to server

* Disable dependencies

* Disable tls_cipher_suite

* Convert wifi-exclude to a string. Update-users fix

* SSH access congrats fix

* 16.04 > 18.04

* Dont ask for the credentials if specified in the environment vars

* GCE server name fix
2018-08-27 10:05:45 -04:00
Jack Ivanov
e8947f318b Large refactor to support Ansible 2.5 (#976)
* Refactoring, booleans declaration and update users fix

* Make server_name more FQDN compatible

* Rename variables

* Define the default value for store_cakey

* Skip a prompt about the SSH user if deploying to localhost

* Disable reboot for non-cloud deployments

* Enable EC2 volume encryption by default

* Add default server value (localhost) for the local installation

Delete empty files

* Add default region to aws_region_facts

* Update docs

* EC2 credentials fix

* Warnings fix

* Update deploy-from-ansible.md

* Fix a typo

* Remove lightsail from the docs

* Disable EC2 encryption by default

* rename droplet to server

* Disable dependencies

* Disable tls_cipher_suite

* Convert wifi-exclude to a string. Update-users fix

* SSH access congrats fix

* 16.04 > 18.04

* Dont ask for the credentials if specified in the environment vars

* GCE server name fix
2018-08-27 10:05:45 -04:00
Josh Dimarsky
e3304c8339 Fixed broken link; clarified example docker command (#1064) 2018-08-24 11:42:59 +03:00
Josh Dimarsky
a57a0adf5e Fixed broken link; clarified example docker command (#1064) 2018-08-24 11:42:59 +03:00
Jack Ivanov
c661c76e54 Split up unattended upgrades (#1041) 2018-08-08 00:25:59 -04:00
Jack Ivanov
53d1113881 Split up unattended upgrades (#1041) 2018-08-08 00:25:59 -04:00
David Myers
15b24f79f8 Prevent DNS rebinding (#1049) 2018-08-08 00:25:33 -04:00
David Myers
b86ebe20d7 Prevent DNS rebinding (#1049) 2018-08-08 00:25:33 -04:00
Quentin Moss
f6cf0e6c01 Update documentation link (#1043) 2018-07-30 10:28:14 -04:00
Quentin Moss
e0c317a958 Update documentation link (#1043) 2018-07-30 10:28:14 -04:00
Fabian Foerg
4307d4298e Run dnsmasq as the dnsmasq user (#1029)
* Run dnsmasq as the dnsmasq user

There is a task that checks whether the dnsmasq user exists.
However, dnsmasq is configured to run as user "nobody" instead.
This change lets dnsmasq run as user "dnsmasq".

* remove dnsmasq user task
2018-07-30 09:01:49 -04:00
Fabian Foerg
3ddd0ac30f Run dnsmasq as the dnsmasq user (#1029)
* Run dnsmasq as the dnsmasq user

There is a task that checks whether the dnsmasq user exists.
However, dnsmasq is configured to run as user "nobody" instead.
This change lets dnsmasq run as user "dnsmasq".

* remove dnsmasq user task
2018-07-30 09:01:49 -04:00
Quentin Moss
609594ab85 Update troubleshooting docs to include iOS reconnection loop (#1042)
* Update troubleshooting docs to include iOS reconnection loop

* nits
2018-07-30 09:01:03 -04:00