chromium/_/ansible
Julian Marotta 240e29dc9b update chromium.yml for tagged pdfs 2023-07-27 14:57:40 -04:00
..
plays update chromium.yml for tagged pdfs 2023-07-27 14:57:40 -04:00
Makefile add accessibility tags 2023-07-26 10:24:54 -04:00
README.md update compilation readme, increase ssh timeout in play 2022-10-26 13:18:47 -04:00
ansible.cfg Update readme 2022-09-27 09:57:47 -04:00
inventory.ini Chromium 114 2023-06-12 13:38:08 -04:00

README.md

Chromium Playbook

This Ansible playbook will launch an EC2 c6a.12xlarge Spot Instance and compile Chromium statically.

Once the compilation finishes, the binary will be compressed with Brotli and downloaded.

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 chromium_revision variable in the Ansible inventory, i.e.:

chromium_revision=1056772

Usage

AWS_REGION=us-east-1 \
AWS_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXX \
AWS_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
make chromium

Requirements

  • Ansible
  • AWS SDK for Python (boto and boto3)