Created
August 14, 2017 16:07
-
-
Save ayubmalik/49bc8124bcecfca00a485c6c3d88e71e to your computer and use it in GitHub Desktop.
sample site.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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