Ansible role for installing WP-CLI, a command line interface for WordPress.
ansible-galaxy install sbaerlocher.wp-cli
None
Variable | Default | Comments (type) |
---|---|---|
wp_cli_phar_url |
https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar |
Location of the WP-CLI phar to download |
wp_cli_bin_path |
/usr/bin/{{ wp_cli_bin_command }} |
Location to store WP-CLI on remote machine |
wp_cli_bin_command |
wp | WP-CLI Coomand on remote machine |
wp_cli_packages |
List of WP-CLI packages for Installing |
None
- hosts: all
roles:
- sbaerlocher.wp-cli
- new role test
- add WP-CLI package installer
- add travis
- fix travis problems
- Initial release
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2018, Simon Bärlocher