Skip to content

Commit

Permalink
Add ansible playbook to retrieve fingerprints for each version
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Nov 10, 2023
1 parent 4d4172b commit d162d07
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions utils/retrive_fingerprints.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- hosts: localhost
connection: local
tasks:
- name: Retrieve fingerprints
containers.podman.podman_container:
name: chrome={{ item }}
image: docker.io/selenium/node-chrome:{{ item }}
auto_remove: false
debug: true
loop:
- 110.0
- 111.0
- 112.0
- 113.0
- 114.0
- 115.0
- 116.0
- 117.0

0 comments on commit d162d07

Please sign in to comment.