ansible/node: Add preliminary playbook to unpack binary tarball
authorMartin Schwenke <martin@meltin.net>
Tue, 30 Jun 2020 09:05:37 +0000 (19:05 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 13 Aug 2020 00:55:08 +0000 (10:55 +1000)
commit929859a40481365108f912d5ffb4dcf6ea3ceefb
tree310e29cbf8b7ef0e18b4824ec902ddd378bf5a2c
parent9f9704b964a91a07c1d9012ce5b3c4d36ce95f1d
ansible/node: Add preliminary playbook to unpack binary tarball

This is an optimisation that allows relevant nodes to have the binary
tarball unpacked and bootstrap script run in parallel.

Signed-off-by: Martin Schwenke <martin@meltin.net>
ansible/node/roles/tarball_common/tasks/main.yml [new file with mode: 0644]
ansible/node/site.yml
ansible/node/tarball_install.yml [new file with mode: 0644]