ontic.wordpress
Ontic WordPress 
| Branch | Build | Galaxy | Release |
|---|---|---|---|
| master |
Introduction
This role helps you install WordPress on RedHat/CentOS and Debian/Ubuntu Linux servers.
Requirements
| Name | Version |
|---|---|
| None | N/A |
Installation
We recommend using Ansible Galaxy to install this role, as it will handle any necessary dependencies automatically. However, there are other ways to do it.
1.1 Downloading
You can download the project files as a .zip archive and then extract them into your ./roles/ directory.
1.2 Cloning
Alternatively, you can clone the project directly into your ./roles/ directory.
1.3 Ansible Galaxy
The simplest way to install this module is to use the command line:
$ ansible-galaxy install ontic.wordpress
If you need to install multiple roles, you can use a requirements.yml file with the ansible-galaxy CLI.
- src: ontic.wordpress
$ ansible-galaxy install -r requirements.yml
You can also download the source by adding the repository to your requirements.yml file:
- src: git+https://github.com/ontic/ansible-role-wordpress.git
version: master
name: ontic.wordpress
2.1 Enabling
To use this role, enable it in your playbook file.
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.wordpress }
Documentation
You can find the full documentation in the docs directory.
Contributors
Here are the people who have contributed to this project. If you want to help, please feel free to make a pull request or submit an issue.
License
This project is licensed under the BSD License. Check the LICENSE file for more information.
