Commit graph

2 commits

Author SHA1 Message Date
6219f78ffb
fix(database): more resilient postgres install
- Classified tasks with conditionals
- Added separate plays for installing/configuring
postgresql and for administrating the pleroma
database.
- Added a handler to restart postgres when its
configuration changes.
- Removed the task that automatically restarts postgres.
This was replaced by a task to enable the service only.

Part of dananglin/pleroma-ansible-playbook#17
2020-07-10 07:45:04 +01:00
0cedf15ad9
feat: add Dockerfile to Dockerise the playbook
- Add Dockerfile to install Ansible and the playbook.
- Add Makefile target to build the image.
- Add Makefile target to run the playbook.
- Add the playbook that ansible will run.
- Add .dockerignore to limit the files added to the context.
- Added a pipeline job to test the image build.
- Added a pipeline job to lint the Dockerfile.

This closes dananglin/pleroma-ansible-playbook#13
2020-04-22 19:21:59 +01:00