Update roles and netbox inventory

This commit is contained in:
2020-06-25 13:27:06 -04:00
parent e87f15168a
commit 07d88cc752
21 changed files with 256 additions and 67 deletions

View File

@@ -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