From 7f68d232423b837a91b7977204456fed4a796750 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 13 Mar 2017 20:40:36 -0400 Subject: [PATCH] adding a couple base rpms --- scripts/ansible.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/ansible.sh b/scripts/ansible.sh index 9c6619e..564bf98 100644 --- a/scripts/ansible.sh +++ b/scripts/ansible.sh @@ -5,3 +5,9 @@ yum -y install epel-release # Install Ansible. yum -y install ansible + +# Install Yum Crom +yum -y install yum-cron + +# Install Cloud init support +yum -y install cloud-init