Skip to content

edingc/ansible-wordpress-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-wordpress-ubuntu

A basic ansible playbook that creates both HTML and WordPress based sites using the following web stack:

  • Nginx
  • PHP-FPM
  • PHP APC Cache
  • MariaDB

Also included are scripts to backup WordPress to Amazon S3 using s3cmd.

Usage

Fill in the appropriate variables inside host_vars and groups_vars.

There are also some hard-coded S3 URLs in the WordPress backup scripts. Be sure to update these links inside of the wordpress and html roles.

Notes and Caveats

  • Currently, the playbook only supports HTTP sites.
  • This playbook was written for Ubuntu 14.04 LTS. It has been tested with Linode's images for this version.
  • The included MariaDB configuration is based on Linode's Stack Script to limit MySQL RAM usage. The included configuration file is based on the machine having 1GB of memory available.

About

Basic ansible playbook to setup HTML and WordPress websites on Ubuntu using the LEMP stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published