An open API service indexing awesome lists of open source software.

https://github.com/sparanoid/ansible-wp-cli

Ansible role for WP-CLI
https://github.com/sparanoid/ansible-wp-cli

ansible ansible-playbook ansible-role wordpress wp-cli

Last synced: about 2 months ago
JSON representation

Ansible role for WP-CLI

Awesome Lists containing this project

README

          

# Ansible WP-CLI

Ansible role for WP-CLI

## Usage

Add the following to your playbook:

```yaml
roles:
- sparanoid.wp-cli
```

Then:

```shell
$ ansible-playbook playbook.yml --tags wp_cli
```