A saltstack formula to install and configure WordPress on Debian, Ubuntu, and RHEL.
Note
See the full Salt Formulas installation and usage instructions.
Install and configure WordPress sites
Installs wp-cli
Configure WordPress sites
Installs Wordpress plugins
wordpress:
sites:
sitename:
username: <your-wordpress-username>
password: <your-wordpress-user-password>
database: <your-wordpress-database-name>
dbuser: <your-wordpress-db-username>
dbpass: <your-wordpress-db-password>
url: http://example.ie
title: 'My Blog'
email: '[email protected]'
plugins:
- '<plugin-name>'
or
Nitin Madhok [email protected] Debian Fork by Starchy Grant [email protected]