Skip to content

ansible role to install playwright on an air-gapped host

Notifications You must be signed in to change notification settings

JoeHazurmoney/install-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-playwright

install playwright on rpm linux distros that are air-gapped from the internet

  • symlink the role to /etc/ansible/roles or copy the role to /etc/ansible/roles

    • sudo ln -s /home/taylorb/github/install-playwright/roles/playwright /etc/ansible/roles
  • run playbook

    • ansible-playbook playbooks/install-playwright.yml -i inventory.yml -k -K -tag install-vscode

(optional) Download latest version of VSCode and VSCode Playwright extension

Run the role to install Playwright

sudo ansible-playbook playbooks/install-playwright.yml -i inventory.yml -k -K --ask-vault-pass

About

ansible role to install playwright on an air-gapped host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published