Difference between revisions of "Ansible: strategy"

From wikieduonline
Jump to navigation Jump to search
(Created page with " # by default, ansible will use the 'linear' strategy but you may want to try # another one #strategy = free == Ansible == * {{Ansible}} Category:Ansible")
Tags: Mobile web edit, Mobile edit
 
m (Welcome moved page Strategy to Ansible: strategy)
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
  
 +
 +
 +
* https://docs.ansible.com/ansible/latest/user_guide/playbooks_strategies.html
 +
 +
* <code>[[ansible-doc]] -t strategy -l</code>
 +
debug      Executes tasks in interactive debug session
 +
free        Executes tasks without waiting for all hosts
 +
host_pinned Executes tasks on each host without interruption
 +
linear      Executes tasks in a linear fashion
  
  

Latest revision as of 11:42, 28 February 2022

Advertising: