Systems Admin Info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ansible:serialization [2023/05/12 17:11] The SuperUseransible:serialization [2023/05/12 18:06] (current) The SuperUser
Line 7: Line 7:
      
 Make default what you want to run as normally using standard serial convention, and then you can pass is ser_count.  Great for control from Ansible Tower templates. Make default what you want to run as normally using standard serial convention, and then you can pass is ser_count.  Great for control from Ansible Tower templates.
 +
 +From the command line, this is what you would do to run all hosts at once
 +<code>ansible-playbook -i hosts.commvault patch.yml -e="ser_count=100%"</code>