Añadir 'playbooks/site.yml'
This commit is contained in:
parent
5c37b733bd
commit
60b7f6cbed
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
- 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
|
Loading…
Reference in New Issue