In thinking through yesterday's upgrades, I decided to put together these helper playbooks:
Summarize (count) available & security updates on each host
Pre-download updates in parallel on all hosts
No real ninja moves here, just hopefully useful stuff. Though I will mention the use of {{ foo.stdout_lines|length }} as a better(?) method of counting output lines than the shell module piped through wc -l
In thinking through yesterday's upgrades, I decided to put together these helper playbooks:
No real ninja moves here, just hopefully useful stuff. Though I will mention the use of
{{ foo.stdout_lines|length }}
as a better(?) method of counting output lines than the shell module piped throughwc -l