zxcvbnius.ubuntu-wordpress

Role Name

Quick and easy wordpress installer.

Requirements

Support Ansible 1.2 and above

Role Variables

In defaults/main.yml, you have to put your database name and mysql account and password for wordpress.

Dependencies

You have to install MySQL + Apache + PHP packages first. You can use the following ansible scripts to help you install these packages:

Example Playbook

- hosts: servers
  # if you use `zxcvbnius.ubuntu-mysql`, you have to modify these variables
  vars:
    wp_mysql_db: your_wp_db
    wp_mysql_user: your_mysql_user
    wp_mysql_password: your_mysql_pwd
  roles:
     - zxcvbnius.ubuntu-server
     - zxcvbnius.ubuntu-php
     - zxcvbnius.ubuntu-mysql
     - zxcvbnius.ubuntu-wordpress

License

MIT

About

Quick and easy wordpress installer

Install
ansible-galaxy install zxcvbnius.ubuntu-wordpress
GitHub repository
License
mit
Downloads
78
Owner