Añadir 'playbooks/site.yml'

This commit is contained in:
David Lopez 2023-07-20 19:38:48 +00:00
parent 5c37b733bd
commit 60b7f6cbed
1 changed files with 14 additions and 0 deletions

14
playbooks/site.yml Normal file
View File

@ -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