Skip to content

swebvn/hansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hansible

Install wordpress plugin

This playbook also active the plugin after install it. Copy the plugin zip file in /roles/install-wp-plugin/files/ folder. Sample command

ansible-playbook playbooks/install-wp-plugin.yml -e "plugin_zip=intercept-carshield.zip  plugin_name=intercept-cardshield"  -i inventories/wordpress.ini

Update wordpress plugin

Copy the plugin zip file in /roles/update-wp-plugin/files/ folder. Sample command

ansible-playbook playbooks/update-wp-plugin.yml -e "plugin_zip=intercept-cardshield.zip plugin_name=intercept-cardshield" -i inventories/wordpress.ini"

Runn php artisan command (Lunar only)

Example

ansible-playbook playbooks/lunar-artisan.yml -e "command='php artisan inspire'" -i inventories/lunar.ini

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published