mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-01 02:41:01 -07:00
added rhn_channel module
This commit is contained in:
parent
1388bb7859
commit
3a626032ae
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ def main():
|
||||||
saturl = module.params['url']
|
saturl = module.params['url']
|
||||||
|
|
||||||
#initialize connection
|
#initialize connection
|
||||||
user = "kussenv"
|
user = ""
|
||||||
pwd = "fubar2000"
|
pwd = ""
|
||||||
client = xmlrpclib.Server(saturl, verbose=0)
|
client = xmlrpclib.Server(saturl, verbose=0)
|
||||||
session = client.auth.login(user, pwd)
|
session = client.auth.login(user, pwd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue