mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
13 lines
210 B
YAML
13 lines
210 B
YAML
---
|
|
- name: Install Wordpress, MySQL, Nginx, and PHP-FPM
|
|
hosts: wordpress-server
|
|
user: root
|
|
# remote_user: user
|
|
# sudo: yes
|
|
|
|
roles:
|
|
- common
|
|
- mysql
|
|
- nginx
|
|
- php-fpm
|
|
- wordpress
|