mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
added rhn_channel module
This commit is contained in:
@@ -103,8 +103,8 @@ def main():
|
||||
saturl = module.params['url']
|
||||
|
||||
#initialize connection
|
||||
user = "kussenv"
|
||||
pwd = "fubar2000"
|
||||
user = ""
|
||||
pwd = ""
|
||||
client = xmlrpclib.Server(saturl, verbose=0)
|
||||
session = client.auth.login(user, pwd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user