Wordpress is a popular open source publishing platform. This ansible role helps to install wordpress
- with everything run in Docker containers
- powered by the official wordpress container image
To configure and install wordpress on your own server(s), you should use a playbook like Mother of all self-hosting or write your own.
wordpress_enabled: true
wordpress_hostname: 'example.org'
# Must be a Mysql DB!
wordpress_db_host:
wordpress_db_name:
wordpress_db_user:
wordpress_db_password:
- Github issues: moan0s/role-wordpress/issues