vundb / ansible-role-wordpress
Ansible role to manage wordpress instances.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:chef-role
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-12-11 00:33:27 UTC
README
Ansible role to manage wordpress instances.
Role Variables
-
wordpress_config
: Dictionary with wordpress configuration. See default vars file -
wordpress_version
: Version to let the role choose the right template for the config file.
Example Playbook
- hosts: all
roles:
- role: vundb-wordpress
wordpress_config:
db_name: wordpress
db_user: wordpress
db_password: wordpress
table_prefix: wp_
License
MIT