JohnStrunk / oso-gluster-ansible

Ansible for configuring Gluster to back OpenShift.io
Apache License 2.0
0 stars 4 forks source link

Upgrade helper playbooks #53

Closed JohnStrunk closed 6 years ago

JohnStrunk commented 6 years ago

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 through wc -l