From 87d62e03bf477aebed8759dc30da2c1aff45f367 Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Wed, 26 Oct 2022 13:17:21 -0400 Subject: [PATCH] update compilation readme, increase ssh timeout in play --- _/ansible/README.md | 6 ++---- _/ansible/plays/chromium.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_/ansible/README.md b/_/ansible/README.md index e98baec..b4e1921 100644 --- a/_/ansible/README.md +++ b/_/ansible/README.md @@ -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 diff --git a/_/ansible/plays/chromium.yml b/_/ansible/plays/chromium.yml index 3269a0a..8314b1a 100644 --- a/_/ansible/plays/chromium.yml +++ b/_/ansible/plays/chromium.yml @@ -71,7 +71,7 @@ wait_for: host: "{{ ec2.instances[0].public_ip_address }}" port: 22 - timeout: 120 + timeout: 240 state: started - name: AWS