f372e42260
Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.
13 lines
646 B
Text
13 lines
646 B
Text
$NetBSD: patch-library_virt,v 1.1 2013/02/26 00:13:00 hubertf Exp $
|
|
|
|
--- library/virt.orig 2012-11-20 02:15:41.000000000 +0000
|
|
+++ library/virt
|
|
@@ -45,7 +45,7 @@ examples:
|
|
- code: "virt: guest=alpha state=running"
|
|
description: "Example from Ansible Playbooks"
|
|
- code: ansible host -m virt -a "guest=alpha command=status"
|
|
- description: "Example guest management with C(/usr/bin/ansible)"
|
|
+ description: "Example guest management with C(@LOCALBASE@/bin/ansible)"
|
|
notes:
|
|
- "Other non-idempotent commands are: C(status), C(pause), C(unpause),
|
|
C(get_xml), C(autostart), C(freemem), C(list_vms), C(info), C(nodeinfo),
|