Add Insights / katello agent
This commit is contained in:
@@ -12,4 +12,4 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- role: toal-common
|
- role: toal-common
|
||||||
@@ -13,4 +13,15 @@
|
|||||||
notify: Ovirt Agent Restart
|
notify: Ovirt Agent Restart
|
||||||
when: ansible_virtualization_type == "RHEV"
|
when: ansible_virtualization_type == "RHEV"
|
||||||
|
|
||||||
|
- name: Install katello-agent on Satellite managed systems
|
||||||
|
yum:
|
||||||
|
name: katello-agent
|
||||||
|
state: present
|
||||||
|
when: foreman
|
||||||
|
|
||||||
|
- name: Install insights-client on RHEL systems
|
||||||
|
yum:
|
||||||
|
name: insights-client
|
||||||
|
state: present
|
||||||
|
when: ansible_os_family == "RedHat"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user