This module is used to manage Wordpress installations
wp binary from http://wp-cli.org/
Alias for field number 0
Alias for field number 1
Alias for field number 2
Alias for field number 3
Activate a wordpress plugin
Wordpress plugin name
path to wordpress install location
user to run the command as
CLI Example:
salt '*' wordpress.activate HyperDB /var/www/html apache
Deactivate a wordpress plugin
Wordpress plugin name
path to wordpress install location
user to run the command as
CLI Example:
salt '*' wordpress.deactivate HyperDB /var/www/html apache
Run the initial setup functions for a wordpress install
path to wordpress install location
user to run the command as
Username for the Administrative user for the wordpress install
Initial Password for the Administrative user for the wordpress install
Email for the Administrative user for the wordpress install
Title of the wordpress website for the wordpress install
Url for the wordpress install
CLI Example:
salt '*' wordpress.install /var/www/html apache dwallace password123 dwallace@example.com "Daniel's Awesome Blog" https://blog.dwallace.com
Check if wordpress is installed and setup
path to wordpress install location
user to run the command as
CLI Example:
salt '*' wordpress.is_installed /var/www/html apache
List plugins in an installed wordpress path
path to wordpress install location
user to run the command as
CLI Example:
salt '*' wordpress.list_plugins /var/www/html apache
Show a plugin in a wordpress install and check if it is installed
Wordpress plugin name
path to wordpress install location
user to run the command as
CLI Example:
salt '*' wordpress.show_plugin HyperDB /var/www/html apache