Mercurial > hg > Members > anatofuz > wordpress_ansible
comparison main.yml @ 16:c0313aebc975
use roles
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 02 Sep 2020 15:26:10 +0900 |
parents | 4545b6456623 |
children | 0db847234dbe |
comparison
equal
deleted
inserted
replaced
15:177c28bf6e05 | 16:c0313aebc975 |
---|---|
1 - hosts: all | 1 - hosts: all |
2 user: anatofuz | 2 user: anatofuz |
3 tasks: | 3 roles: |
4 - import_tasks: tasks/install-firewalld.yml | 4 - update-dnf |
5 - import_tasks: tasks/setting-firewalld.yml | 5 - install-firewalld |
6 - import_tasks: tasks/install-httpd.yml | 6 - install-nginx |
7 - import_tasks: tasks/install-php.yml | 7 - install-php |
8 - import_tasks: tasks/install-mariadb.yml | 8 - install-mariadb |
9 - import_tasks: tasks/install-php-mbstring.yml | 9 - install-wordpress |
10 - import_tasks: tasks/setting-mariadb.yml | 10 - restart-handlers |
11 - import_tasks: tasks/setting-wordpress.yml |