Contribute Media
A thank you to everyone who makes this possible: Read More

Remote execution of Python scripts using Viri

Summary

[EuroPython 2011] Marc Garcia - 21 June 2011 in "Track Tagliatelle"

Description

Viri is a system for automatic distribution and execution of Python code on remote machines. This is especially useful when dealing with a large group of hosts.

With Viri, Sysadmins can write their own scripts, and easily distribute and execute them on any number of remote machines. Depending on the number of computers to administrate, Viri can save thousands of hours, that Sysadmins would spend transferring files, logging into remote hosts, and waiting for the scripts to finish. Viri automates the whole process.

Viri can also be useful for remotely managing host settings. It should work together with an application where the information about hosts would be maintained. This information can include cron tasks, firewall rules, backup settings,etc. After a simple Integration of this application with your Viri infrastructure, you can change any settings in the application, and see how it gets applied on the target host automatically.

The talk will cover next topics:

  • Introduction to Viri
  • Live demo on how to install Viri, write a Viri task, and execute it in a remote host
  • Security concerns using Viri

Check Viri project page

Details

Improve this page