https://github.com/nyukeit/wordpress-ansible-role
Ansible Role for deploying Wordpress on Ubuntu systems with Apache2.
https://github.com/nyukeit/wordpress-ansible-role
ansible ansible-role wordpress
Last synced: over 1 year ago
JSON representation
Ansible Role for deploying Wordpress on Ubuntu systems with Apache2.
- Host: GitHub
- URL: https://github.com/nyukeit/wordpress-ansible-role
- Owner: nyukeit
- License: mit
- Created: 2023-02-05T21:07:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T13:58:31.000Z (over 3 years ago)
- Last Synced: 2025-01-14T12:51:02.533Z (over 1 year ago)
- Topics: ansible, ansible-role, wordpress
- Language: Jinja
- Homepage: https://galaxy.ansible.com/codenamenuke/wordpress
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
WordPress Role
=========
Ansible role for installing & configuring WordPress with Apache2 server on Ubuntu Systems.
Role Variables
--------------
This role only fetches MySQL user, password and DB name as variables from `defaults/main.yml`. You can create a separate vars.yml or a vars folder or directly mention your specific vars inside the main playbook and pass encrypted variables using Ansible Vault.
```yaml
my_sql_db: wordpress
my_sql_user: wordpress
my_sql_password: randompassword
```
Dependencies
------------
This role does not have any dependencies. All of the required dependencies are installed within the role.
Example Playbook
----------------
Here is an example Playbook.
```yaml
- hosts: wordpress
gather_facts: False
roles:
- wordpress
```
Contributing
------------
If you find any bugs, issues or improvement opportunities, feel free to open issues or contact me.
Disclaimer
----------
This role can alter system configurations by installing software. I can not and will not guarantee that it works as intended. Any damage or misconfiguration caused shall be your sole resposnsibility. Please study the role carefully before using.
License
-------
MIT
Author Information
------------------
© 2023. Nyukeit. [nyukeit.dev](https://nyukeit.dev)