Update roles and netbox inventory
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
state: present
|
||||
notify: Ovirt Agent Restart
|
||||
when:
|
||||
- ansible_virtualization_type == "RHEV"
|
||||
- ansible_os_family == "RedHat"
|
||||
- ansible_distribution_major_version == '7'
|
||||
|
||||
@@ -34,10 +33,12 @@
|
||||
state: present
|
||||
notify: Qemu Agent Restart
|
||||
when:
|
||||
- ansible_virtualization_type == "RHEV"
|
||||
- ansible_os_family == "RedHat"
|
||||
- ansible_distribution_major_version == '8'
|
||||
|
||||
when:
|
||||
- ansible_virtualization_type == "RHEV"
|
||||
|
||||
- name: Install katello-agent on Satellite managed systems
|
||||
yum:
|
||||
name: katello-agent
|
||||
@@ -49,3 +50,12 @@
|
||||
name: insights-client
|
||||
state: present
|
||||
when: ansible_os_family == "RedHat"
|
||||
|
||||
- name: Performance Co-Pilot
|
||||
yum:
|
||||
name:
|
||||
- pcp
|
||||
- cockpit-pcp
|
||||
- pcp-system-tools
|
||||
- pcp-pmda-trace
|
||||
- pcp-selinux
|
||||
|
||||
Reference in New Issue
Block a user