Now that the Drupal settings role is on Ansible Galaxy, it can be added as a requirement and installed from there rather than having a local copy in the codebase. Fixes #15 |
||
---|---|---|
.circleci | ||
.ddev | ||
assets/images | ||
config/sync | ||
tools/ansible | ||
.gitignore | ||
ansible.cfg | ||
composer.json | ||
composer.lock | ||
README.md |
oliverdavies.uk
Hosting
This site is hosted on a DigitalOcean droplet, which was created using Ansible (see tools/ansible/digitalocean.yml
).
To download the required roles, run ansible-galaxy install -r tools/ansible/requirements.yml
.
Deploying
Deployments for this site for managed with Ansible and Ansistrano. Ansible Vault is used to manage sensitive information like database passwords.
Deployments are triggered automatically when changes are pushed to GitHub, and are performed via CircleCI.
To run a deployment manually, run ansible-playbook tools/ansible/deploy.yml --ask-vault-pass
.
The Vault password is stored in LastPass.