view main.yml @ 0:10185cc821e4

add
author k178572
date Wed, 20 Sep 2017 18:12:15 +0900
parents
children 774156afc195
line wrap: on
line source

- hosts: all
  user: mitsuki
  tasks:
    - include: tasks/install-firewalld.yml
    - include: tasks/setting-firewalld.yml
    - include: tasks/install-httpd.yml
    - include: tasks/install-php.yml
    - include: tasks/install-mariadb.yml
    - include: tasks/install-php-mbstring.yml
    - include: tasks/setting-mariadb.yml
    - include: tasks/setting-wordpress.yml