Skip to content

koalakangaroo/redhat-insights-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

insights-client

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.

Requirements

N/A

Role Variables

N/A

Dependencies

N/A

Example Playbook

- hosts: all
  roles:
  - { role: koalakangaroo.redhat-insights-client, when: ansible_os_family == 'RedHat' }

Example Use

  1. On a system where Ansible is installed, run the following command:

    $ ansible-galaxy install koalakangaroo.redhat-insights-client
  2. Copy the Example Playbook to a file named 'install-insights.yml'.

  3. 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

License and Author

See GitHub source repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published