Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

hspaans/ansible-role-wpcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Installs WP-CLI, the command-line interface for WordPress.

Requirements

Requires PHP to be installed for WP-CLI to function and Bash with completion for users who want command completion on the command-line.

Role Variables

Default variables are set in defaults/main.yml to match the WP-CLI and role version.

Dependencies

No dependency on other Ansible Galaxy roles.

Example Playbook

---
- hosts: servers
  roles:
    - { role: hspaans.wpcli, become: true }

License

MIT

Author Information

This role was created in 2020 by Hans Spaans.