Ansible question, inspired by this morning's playbook run which installed a new kernel package on all of my Debian systems:
Uncategorized
1
Posts
1
Posters
3
Views
-
Ansible question, inspired by this morning's playbook run which installed a new kernel package on all of my Debian systems:
When a task targets a number of hosts, but you'd like to serialize it so that only one host at a time has the task applied (in this case a reboot), is there a practical way to configure that in the task? I don't want the rest of the tasks or the entire playbook serialized, just this one task.
-
R relay@relay.infosec.exchange shared this topic