Installs, configures, and registers a system to the Red Hat Insights service. This role is intended to work on RHEL 6 or RHEL 7, though it will generally work on any yum based system that has access to the insights-client RPM.
N/A
N/A
N/A
- hosts: all
roles:
- { role: koalakangaroo.redhat-insights-client, when: ansible_os_family == 'RedHat' }
-
On a system where Ansible is installed, run the following command:
$ ansible-galaxy install koalakangaroo.redhat-insights-client
-
Copy the Example Playbook to a file named 'install-insights.yml'.
-
Run the command, replacing 'myhost.example.com' with the name of the system where you want to install the insights client.
$ ansible-playbook --limit=myhost.example.com install-insights.yml
See GitHub source repo