An open API service indexing awesome lists of open source software.

https://github.com/markmandel/ansible_wordpress

Managing Wordpress with Ansible
https://github.com/markmandel/ansible_wordpress

Last synced: over 1 year ago
JSON representation

Managing Wordpress with Ansible

Awesome Lists containing this project

README

          

Ansible + Wordpress
==============================

Installing, and managing [Wordpress](http://wordpress.com/) via [Ansible](ansible.cc) on [Ubuntu](http://www.ubuntu.com/server).

Ansible roles that are in this repo:

- dist_upgrade: Handy for just doing general updates.
- install_wordpress: Installs wordpress through apt. Also does some tweaking, so that it can be auto upgraded through Wordpress as well (the default version had issues)
- dump_wordpress: takes a development backup of your wordpress install. (currently does not backup uploads)
- restore_wordpress: restores a wordpress backup to a given wordpress install.

The example playbooks use the settings I use for my local development. I would suggest changing them as you need.

TODO:

- Migration from one server to another, so you do dev/production deploys as well.