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