update compilation readme, increase ssh timeout in play

This commit is contained in:
Sparticuz 2022-10-26 13:17:21 -04:00
parent 4d93e19f31
commit ce3ca54bb2
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
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
puppeteer_version=v1.9.0
chromium_revision=1056772
```
If not specified, the current `main` will be used.
## Usage
```shell

View File

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