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
- Host: GitHub
- URL: https://github.com/markmandel/ansible_wordpress
- Owner: markmandel
- Created: 2013-05-25T07:49:56.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-30T22:07:18.000Z (over 12 years ago)
- Last Synced: 2025-02-15T07:37:58.330Z (over 1 year ago)
- Language: Ruby
- Size: 142 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.