Ansible playbooks for BricksAndBlocks.
- Make a copy of
env.distcalled.env - Fill in appropriate values for
.env - Run update and setup tasks
task update
task setup- If your
inventoryis set up in a remote bucket, you can clone it over the existing installation with:
task setup:rcloneTo invoke a playbook, simply use the appropriate task command:
task ansible:playbook -- playbooks/[playbook name].yml
Pull requests welcome.