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