- name: One host at a time
hosts: ducks_in_a_row
serial: 1
max_fail_percentage: 0
tasks:
- task1
- task2
- task3
On 11/3/23 3:57 PM, Sameer Modak wrote:
How to acheive this then ??
On Friday, November 3, 2023 at 11:36:48 PM UTC+5:30 Brian Coca wrote:
serial is a PLAY level keyword and what you want to use in this case,
throttle will only control the forks/parallel jobs, not serialize a
batch (this is what serial does).
--
----------
Brian Coca
--
You received this message because you are subscribed to the Google
Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/a628eae5-14f1-4e17-9425-2643282af93dn%40googlegroups.com
<https://groups.google.com/d/msgid/ansible-project/a628eae5-14f1-4e17-9425-2643282af93dn%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
Todd
--
You received this message because you are subscribed to the Google Groups "Ansible
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/97829996-ae65-435d-917d-24ca2260e30e%40gmail.com.