update compilation readme, increase ssh timeout in play

This commit is contained in:
Sparticuz 2022-10-26 13:17:21 -04:00
parent 57dc92d6b4
commit 87d62e03bf
2 changed files with 3 additions and 5 deletions

View File

@ -8,14 +8,12 @@ The whole process usually takes around 1 hour to on a `c6a.12xlarge` instance.
## Chromium Version ## Chromium Version
To compile a specific version of Chromium, update the `puppeteer_version` variable in the Ansible inventory, i.e.: To compile a specific version of Chromium, update the `chromium_revision` variable in the Ansible inventory, i.e.:
```shell ```shell
puppeteer_version=v1.9.0 chromium_revision=1056772
``` ```
If not specified, the current `main` will be used.
## Usage ## Usage
```shell ```shell

View File

@ -71,7 +71,7 @@
wait_for: wait_for:
host: "{{ ec2.instances[0].public_ip_address }}" host: "{{ ec2.instances[0].public_ip_address }}"
port: 22 port: 22
timeout: 120 timeout: 240
state: started state: started
- name: AWS - name: AWS