Installs WP-CLI, the command-line interface for WordPress.
Requires PHP to be installed for WP-CLI to function and Bash with completion for users who want command completion on the command-line.
Default variables are set in defaults/main.yml
to match the WP-CLI and role version.
No dependency on other Ansible Galaxy roles.
---
- hosts: servers
roles:
- { role: hspaans.wpcli, become: true }
MIT
This role was created in 2020 by Hans Spaans.