Beispiel #1
0
 def run_command(self):
     self.module.params['subcommand'] = 'getthreshold'
     self.results = get_connection(self.module)
Beispiel #2
0
 def run_command(self):
     self.module.params['subcommand'] = 'backup'
     self.results = get_connection(self.module)
Beispiel #3
0
 def run_command(self):
     self.module.params['subcommand'] = 'getpowerrestore'
     self.results = get_connection(self.module)
Beispiel #4
0
 def run_command(self):
     self.module.params['subcommand'] = 'fwupdate'
     self.results = get_connection(self.module)
     if self.results['State'] == 'Success':
         self.results['changed'] = True
 def run_command(self):
     self.module.params['subcommand'] = 'downscreen'
     self.results = get_connection(self.module)
Beispiel #6
0
 def run_command(self):
     self.module.params['subcommand'] = 'geteventlog'
     self.results = get_connection(self.module)
Beispiel #7
0
 def run_command(self):
     self.module.params['subcommand'] = 'getpreserveconfig'
     self.results = get_connection(self.module)
Beispiel #8
0
 def run_command(self):
     self.module.params['subcommand'] = 'getnetwork'
     self.results = get_connection(self.module)
Beispiel #9
0
 def run_command(self):
     self.module.params['subcommand'] = 'getvirtualmedia'
     self.results = get_connection(self.module)
Beispiel #10
0
 def run_command(self):
     self.module.params['subcommand'] = 'getbmclogsettings'
     self.results = get_connection(self.module)
Beispiel #11
0
 def run_command(self):
     self.module.params['subcommand'] = 'getalertpolicy'
     self.results = get_connection(self.module)
Beispiel #12
0
 def run_command(self):
     self.module.params['subcommand'] = 'exportbioscfg'
     self.results = get_connection(self.module)
Beispiel #13
0
 def run_command(self):
     self.module.params['subcommand'] = 'getbootimage'
     self.results = get_connection(self.module)
Beispiel #14
0
 def run_command(self):
     self.module.params['subcommand'] = 'collectblackbox'
     self.results = get_connection(self.module)
Beispiel #15
0
 def run_command(self):
     self.module.params['subcommand'] = 'getmediainstance'
     self.results = get_connection(self.module)