greg
57d0885d26
Change the licenses of hte kosmos cookbooks to MIT
2019-04-12 11:41:20 +02:00
greg
17f1b2a20a
Create a nginx_certbot_site resource to remove duplication
...
It creates a folder, the nginx vhost for certbot and HTTP redirects, and
also runs certbot and recreates the nginx vhost that includes the TLS
cert
2019-03-15 19:03:28 +01:00
greg
36e046ea73
Run certbot using the binary provided by the Ubuntu PPA
2019-03-14 10:52:44 +01:00
basti
6621127c41
Don't connect to local IPs
2017-05-17 12:40:58 +02:00
basti
81e87bc9ef
Parity: open network port, use Ropsten
2017-05-12 00:02:58 +02:00
greg
541599434d
Update the mainnet recipe
2017-05-09 00:04:39 +02:00
greg
5b49d727a6
Enable Dapps
...
It's required after all, but doesn't need to have its port open
2017-05-08 22:59:57 +02:00
greg
82386b44ba
Add missing backup recipe
2017-05-08 22:59:40 +02:00
greg
f1d48b9a68
Enable more networks (safe doesn't do what we want)
2017-05-08 18:24:51 +02:00
greg
e871095bb4
Backup the parity keys
2017-05-08 17:42:29 +02:00
greg
0f58a1c236
Add information about the parity nodes
2017-05-08 16:45:53 +02:00
greg
3b6a1d0e4c
Set up config for testnet
2017-05-07 16:02:58 +02:00
greg
2624c09875
Allow to create a package and install a package compiled from GitHub
...
Also add nginx config for reverse proxying and set up Let's Encrypt
automatically
2017-05-05 19:47:30 +02:00
greg
fcf3b0b0dc
Remove unnecessary variable
2017-05-03 19:08:38 +02:00
greg
37ab52902b
Use a password attribute in the parity_node resource
...
The mainnet and testnet nodes use data from an encrypted data bag
Also fix a bug with the resource (hardcoded "dev" name instead of the
name attribute)
2017-05-03 19:06:55 +02:00
greg
826b008fc0
Split node config into separate recipes, support account creation
...
The account is automatically created and added to the list of accounts
that are unlocked (can send without a password)
2017-05-03 18:24:57 +02:00
greg
e2b483eb3f
Generate the config files using a TOML parser
...
Now we don't need to change both the template and the resources to add
options
2017-05-03 09:53:45 +02:00
greg
462e7ff858
Move version and checksum to attributes
2017-05-02 18:07:46 +02:00
greg
2f8de91008
Initial parity cookbook
...
Supports installing multiple instances of Parity on the same machine,
running on different ports
Refs #15
2017-05-02 17:43:02 +02:00