Commit graph

2 commits

Author SHA1 Message Date
491378365e Enable pipelining optimization in ansible.cfg
My understanding is, this is off by default for higher compatibility
rates… but in our case, it sped up this playbook from 3min to 1min.
Neat!
2024-09-06 10:51:56 -07:00
c2e33fd4cf Replace run.sh with ansible-playbook
I've learned more about Ansible, and that the flags I set by using
`run.sh` are also settable with a `ansible.cfg` file! That's about the
same amount of overhead, but enables everything else to be more
standard. Neat!
2024-06-10 13:05:51 -07:00