Skip to content

Instantly share code, notes, and snippets.

@stevemcquaid
Created September 4, 2014 19:46
Show Gist options
  • Save stevemcquaid/daedeb40bbabecb7bf4c to your computer and use it in GitHub Desktop.
Save stevemcquaid/daedeb40bbabecb7bf4c to your computer and use it in GitHub Desktop.
---
- name: Install Wordpress, MySQL, Nginx, and PHP-FPM
hosts: wordpress-server
remote_user: smcquaid
sudo: yes
sudo_user: smcquaid
roles:
- common
- mysql
- nginx
- php-fpm
- wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment