See how Voce Platforms makes WordPress fly for large, high-traffic, high-profile sites. From server configuration to must-have WordPress plugins to front end optimizations, you'll learn how to make WordPress scale, reduce server resources, and load quickly.
afterburner-ansible
is a set of Ansible playbooks and tasks that complement the resources, guides and recommendations at afterburner.voceplatforms.com.
First, get Ansible installed.
Once you have Ansible installed...
cd afterburner-ansible
./install
. (this copies .sample
files for editing)group_vars/
files and change any variables needed to match your application/requirements.hosts
and supply the domain names of your server(s).ansible.cfg
and change any variables needed to run Ansible tasks against your server(s).ansible all -m ping
to ensure Ansible can connect to your hostsansible-playbook site.yml
Visit your application's domain name to view your WordPress install. The wp-admin
login details:
It's strongly recommended you change the default wp-admin
login credentials.
Pull requests and contributions more than welcome...
GPLv3, just like Ansible. Any other components and templates should be considered covered by their respective licenses.