Some simple commands


Go ahead and try some more:

Showing the date:


ansible virtualhosts -a "date"

Showing the hostname:


ansible virtualhosts -a "hostname"

Listing directories:


ansible virtualhosts -a "ls -la /var"