Carl Alexander
Carl Alexander
Need to develop a way to test the playbook against DebOps on a regular basis
Currently, the project isn't going to work if you use the latest DebOps. The playbook needs to be updated for DebOps 2.0.
This is my next development priority. I'd like to have a CLI that takes care of: - [ ] Installing DebOps and its dependencies (Automate this [wiki](https://github.com/carlalexander/debops-wordpress/wiki/Installation) page) - [...
Consolidating everything related to the documentation of additional VPS providers into this issue. Currently, the providers that I would like to write documentation for are: * [ ] Amazon Web...
It'd be good to add some recipes for some known situations: - [x] Overriding the default WordPress configuration - [x] Creating another sudoer user and locking down root - [...
Blank screen
There's a few situations that seem to cause blank pages from WordPress. It doesn't seem like the request wasn't received. Instead, it seems like there's no HTML sent. Or maybe...
I used `debops.rsnapshot` recently. It's easy to setup and works out of the box. It's probably worth creating a cookbook to explain how to set it up, how to do...
Working on [adding support for security headers](https://github.com/debops/ansible-nginx/issues/111) in `debops.nginx`. But even with the changes, the `Content-Security-Policy` header is hard to configure right and is turned off by default. The security...
This is the last hardening step missing based on what's on [the codex](http://codex.wordpress.org/Hardening_WordPress)
Doing system updates isn't mandatory per say. We already handle automatic security updates by default. That said, it might be nice to do a small cookbook for anyone who wants...