Home | History | Annotate | Download | only in samples
      1 hosts = [hosts.create_host(h) for h in machines]
      2 
      3 for host in hosts:
      4     print host.hostname
      5     print host.run('uname -a').stdout.rstrip()
      6