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
- Host: GitHub
- URL: https://github.com/sparanoid/ansible-wp-cli
- Owner: sparanoid
- Created: 2018-11-21T11:59:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T11:59:31.000Z (over 1 year ago)
- Last Synced: 2025-02-09T07:28:24.415Z (over 1 year ago)
- Topics: ansible, ansible-playbook, ansible-role, wordpress, wp-cli
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```