From 7d1259ca6b64b55561fb941895a8db9626534e35 Mon Sep 17 00:00:00 2001 From: Fayaaz Ahmed Date: Fri, 15 Apr 2016 15:47:11 +0100 Subject: [PATCH] Updated readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d5431be..c88d23c 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,14 @@ To do: - Add ubuntu support to client role - Update client role to automatically pick EPEL for activation key - Look at also adding Debian Jessie/Wheezy + +What /etc/ansible/hosts looks like: + +``` +[spacewalk-server] +spacewalk ansible_ssh_host=XXX.XXX.XXX.XXX + +[spacewalk-clients] +Client01 ansible_ssh_host=XXX.XXX.XXX.XXX +Client02 ansible_ssh_host=XXX.XXX.XXX.XXX +``` \ No newline at end of file