Commit graph

1096 commits

Author SHA1 Message Date
Ivan Gromov
2da62f4877 Added EC2 provider 2021-07-06 22:53:25 +03:00
Ivan Gromov
dfa2990e5a Lightsail provided added 2021-07-06 22:53:25 +03:00
Ivan Gromov
2f9fa4ddca Draft amazon lightsail provider 2021-07-06 22:53:25 +03:00
Ivan Gromov
8156687c20 Better variable gathering, fixed empty DNS IP 2021-07-06 22:53:25 +03:00
Ivan Gromov
dd2a05a96c Docker env, added save&exit step 2021-07-06 22:53:25 +03:00
Ivan Gromov
89c2330b80 App cleanup 2021-07-06 22:53:25 +03:00
Ivan Gromov
2a22234a67 Improved secret gathering 2021-07-06 22:53:25 +03:00
Ivan Gromov
32a8b08c3a Removed do regions request, re-added run and status 2021-07-06 22:53:25 +03:00
Ivan Gromov
992b2d60bb Added full-page steps with transitions 2021-07-06 22:53:25 +03:00
Ivan Gromov
34211a0362 added DO provider module 2021-07-06 22:53:25 +03:00
Ivan Gromov
9ee5238a79 WIP splitting into modules 2021-07-06 22:53:25 +03:00
Ivan Gromov
42650e2af7 Copy-pasted playbook CLI, passing host vars as result 2021-07-06 22:53:25 +03:00
Ivan Gromov
28ac131350 Added loading indication for DO regions 2021-07-06 22:53:25 +03:00
Ivan Gromov
4867a034f8 Replaced shell with playbook CLI, structured js app 2021-07-06 22:53:25 +03:00
Ivan Gromov
b9bffa32aa Update requirements.txt 2021-07-06 22:53:25 +03:00
Ivan Gromov
7dd4044670 Initial webapp version 2021-07-06 22:53:25 +03:00
Ivan Gromov
29a53c5ef6 Initial working server + client for modifying config, running commands 2021-07-06 22:53:25 +03:00
dependabot[bot]
e5235e1bdc
Bump ansible from 2.9.7 to 2.9.20 (#14220)
Bumps [ansible](https://github.com/ansible/ansible) from 2.9.7 to 2.9.20.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/compare/v2.9.7...v2.9.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-06 13:09:54 +03:00
David Myers
728b8aae06
Install required version of jinja2 earlier (#14206) 2021-05-26 13:36:18 +03:00
David Myers
b6f28c753a
Make builds pass (#14174) 2021-05-25 18:22:53 +03:00
David Myers
1f04ab3ec1
Make builds pass (#14174) 2021-05-25 18:07:18 +03:00
David Myers
c50e0d0aad
Make builds pass (#14174) 2021-05-25 18:06:32 +03:00
David Myers
e4e8e905d5
Make builds pass (#14174) 2021-05-25 18:06:10 +03:00
David Myers
44d4c274ef
Make builds pass (#14174) 2021-05-25 18:04:59 +03:00
Tom Hummel
70f9f91112
Fix typo (#14145) 2021-02-13 14:35:44 +03:00
Marc Tamsky
968a676ef0
Update required_ansible_version regex to support 2.10.x (#14115)
(in advance of actually using ansible>=2.10.x)
2021-01-05 22:26:04 +03:00
elreydetoda
11c0c2ca71
adding ubuntu 20.04.1 rpi server deps (#14116)
* adding ubuntu 20.04.1 rpi server deps to readme

* Update README.md per code review

Co-authored-by: David Myers <dem@myersnet.net>

Co-authored-by: David Myers <dem@myersnet.net>
2021-01-05 22:24:41 +03:00
David Myers
654809f126
Explicitly set SSH permissions in base.sh (#1927) 2021-01-05 22:22:45 +03:00
Jack Ivanov
4adb35db80
Update README.md 2020-12-11 12:57:27 +03:00
Jack Ivanov
5fd4cb3c9c
Update troubleshooting.md 2020-12-11 12:46:56 +03:00
Jack Ivanov
e99aebb268
Update README.md 2020-12-11 12:45:33 +03:00
Jack Ivanov
8c560719a5
skip pre tasks in update-users (#1921) 2020-12-08 13:23:24 +03:00
Jack Ivanov
ebec20ed36
Multiple Azure fixes (#1908)
* Multiple Azure fixes

* back to azure daily
2020-10-31 22:40:09 +03:00
Antonio Carlos Ribeiro
bf6b969f0c
Add DescribeRegions to CloudFormation (#1901)
I needed to add this to fix 

```
An error occurred (AccessDeniedException) when calling the GetRegions operation
```
2020-10-31 20:26:30 +03:00
David Myers
b5bb64d07a
Allow more users (#1895) 2020-10-31 20:26:12 +03:00
David Myers
a1d39aecf5
Update instructions for Ubuntu 20.10 (#1892) 2020-10-31 20:24:58 +03:00
Clément Bourgoin
ad53c69f71
Update Scaleway setup docs (#1889) 2020-10-31 20:24:33 +03:00
David Myers
f1f676b75e
Make ansible-lint pass (#1893) 2020-10-31 20:23:35 +03:00
David Myers
2821f28866
Move Lightsail to Ubuntu 20.04 (#1873) 2020-09-27 13:54:48 +03:00
Rick Behl
52f88ad12e
Update troubleshooting.md (#1869)
Provide potential fix for another problem with old firewalls
2020-09-04 13:22:02 +03:00
Squirrel
060b401880
add linode as one of cloud providers (#1590)
* add linode as one of cloud providers

* add Linode into cloud provider list

* fix code style

* install requirements of ansible linode module

* Update prompts.yml

- Make the regions list more readable
- Assign us-east as the default region

* remove prompt of asking root password

* roles/common: Add sshd tasks

* cloud-linode/tasks: Fix LINODE_API_TOKEN env lookup

* docs: Add Linode to Ansible deploy docs

* docs: Add cloud-linode

* config: Use Ubuntu 20.04 on Linode

* README: syntax

* Linode stackscript support

* Linode stackscript fix

* linting

Co-authored-by: Jack Ivanov <17044561+jackivanov@users.noreply.github.com>
Co-authored-by: William Woodruff <william@yossarian.net>
Co-authored-by: William Woodruff <william.woodruff@trailofbits.com>
Co-authored-by: Jack Ivanov <e601809@gmail.com>
2020-08-23 11:41:27 +03:00
David Myers
66e024a015
Update macOS doc (#1865)
* Update macOS doc

* Small change
2020-08-23 11:40:37 +03:00
Jack Ivanov
4172dea436 index fix 2020-08-08 12:50:12 +01:00
Jack Ivanov
04a2f9361b index fix 2020-08-08 12:47:42 +01:00
Jack Ivanov
7a13a297f5 index fix 2020-08-08 12:44:16 +01:00
David Myers
b1d1491a66
Clarify AWS prompts (#1861) 2020-08-08 14:10:14 +03:00
Jack Ivanov
8b2b57deda
Install dnscrypt-proxy from ubuntu repos (#1859) 2020-08-07 20:15:13 +03:00
David Myers
4e793ddf65
Update macOS doc (#1858) 2020-08-06 22:47:04 +03:00
Jack Ivanov
54bb481d2c
Update CHANGELOG.md 2020-08-06 19:32:23 +03:00
Jack Ivanov
fa9e43e7b4
Update CHANGELOG.md 2020-08-06 19:31:23 +03:00