====== Spacewalk: List Groups ====== **General Information** Uses Spacewalk APIs to login and print all of the subscribed groups for the given system name. **Checklist** * Spacewalk server setup * Spacewalk user account * API Reference: https://fedorahosted.org/spacewalk/wiki/ApiDocs ---- ====== Usage ====== ./sw_listgroups.py -n HOSTNAME ---- ====== The Code ====== The script is maintained here: https://gitlab.com/whowe/spacewalk ----