Updated readme

This commit is contained in:
Fayaaz Ahmed 2016-04-15 15:47:11 +01:00
parent 8e4dafcbe7
commit 7d1259ca6b
1 changed files with 11 additions and 0 deletions

View File

@ -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
```