Member-only story
Install Google Chrome in RedHat-like systems — Ansible module rpm_key, yum_repository and yum
How to install the latest Google Chrome Stable on a RedHat-like workstation (RedHat Enterprise Linux, CentOS, CentOS Stream, Fedora, ClearOS, Oracle Linux, EuroLinux, Fermi Linux, EulerOS, ROSA Linux, Springdale Linux, Asianux) verify software using the public GPG key and set up the Google repository. Included demo in RHEL 8.4.
5 min readOct 12, 2021
How to Install Google Chrome in RedHat-like systems with Ansible?
I’m going to show you a live demo with some simple Ansible code.
I’m Luca Berton and welcome to today’s episode of Ansible Pilot.
Ansible install Google Chrome in RedHat-like systems
- Add Google Chrome key => ansible.builtin.rpm_key
- Add Google Chrome repository => ansible.builtin.yum_repository
- Update yum cache and install Google Chrome => ansible.builtin.yum