Skip to content

Instantly share code, notes, and snippets.

@ayubmalik
Created August 14, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayubmalik/49bc8124bcecfca00a485c6c3d88e71e to your computer and use it in GitHub Desktop.
Save ayubmalik/49bc8124bcecfca00a485c6c3d88e71e to your computer and use it in GitHub Desktop.
sample site.yml
---
- name: Install WordPress, MySQL, Nginx, and PHP-FPM
hosts: all
remote_user: root
# remote_user: user
# become: yes
# become_method: sudo
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