Updated with ipaclient setup and bootstrap

This commit is contained in:
Patrick Toal
2019-02-23 20:34:35 -05:00
parent 65ed5e0ce8
commit 832502de34
14 changed files with 255 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
---
# Ensure that virtual guests have the guest tools installed.
- block:
- name: Guest Tools Repository
rhsm_repository:
name: rhel-7-server-rh-common-rpms
@@ -9,7 +10,7 @@
yum:
name: ovirt-guest-agent
state: present
when: ansible_virtualization_type == "RHEV"
notify: Ovirt Agent Restart
when: ansible_virtualization_type == "RHEV"