diff --git a/examples.html b/examples.html index 82c09c65f2..0bad8b2758 100644 --- a/examples.html +++ b/examples.html @@ -282,12 +282,11 @@ to poll, it looks like this:
The above example says “run for 60 minutes max (60*60=3600), poll for status every 60 seconds”. Poll mode is smart so all jobs will be started before polling will begin on any machine. Be sure to use a high enough –forks value if you want to get all of your jobs started -very quickly.
+very quickly. After the time limit (in seconds) runs out (-B), the process on +the remote nodes will be terminated.Any module other than copy or template can be backgrounded. Typically you’ll be backgrounding shell commands or software upgrades only.
-After the time limit (in seconds) runs out (-B), the process on -the remote nodes will be killed. Forcibly.
diff --git a/index.html b/index.html index 40e0d7c053..af52abe714 100644 --- a/index.html +++ b/index.html @@ -183,8 +183,8 @@ much learning curve. Ansible is dead simple and painless to extend. For comparison, Puppet and Chef have about 60k lines of code. Ansible’s core is a little over 1000 lines.Ansible isn’t just for configuration – it’s also great for Ad-Hoc -tasks, quickly firing off commands against nodes. See Command Line Examples.
-Where Ansible excels though, is expressing complex multi-node +tasks, quickly firing off commands against nodes. See Command Line Examples. +Where Ansible excels though, is expressing complex multi-node deployment processes, executing complex sequences of commands on different hosts through Playbooks.
Extending ansible does not require programming in any particular @@ -346,4 +346,4 @@ Puppet Labs, and rPath. Reach Michael by email