Spike for ovirt guest agent
This commit is contained in:
10
hello.yml
10
hello.yml
@@ -1,10 +0,0 @@
|
||||
---
|
||||
- name: Install /tmp/hello.txt
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Install hello file
|
||||
copy:
|
||||
src: files/hello.txt
|
||||
dest: /tmp/hello.txt
|
||||
|
||||
1
site.retry
Normal file
1
site.retry
Normal file
@@ -0,0 +1 @@
|
||||
minecraft1.lab.toal.ca
|
||||
15
site.yml
Normal file
15
site.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
# This is mostly just a spike at this point.
|
||||
# This will eventually be refactored into roles.
|
||||
- name: Virtual Machine setup
|
||||
hosts: all
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Install ovirt-guest-agent on RHV Guests
|
||||
yum:
|
||||
name: ovirt-guest-agent
|
||||
state: latest
|
||||
when: ansible_virtualization_type == "RHEV"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user