Skip to content
Snippets Groups Projects
Commit 4e70d0a4 authored by Noe Nieto's avatar Noe Nieto :speech_balloon:
Browse files

Ticket #73 REST API Enabled, JWAuth installed

parent 5fe2e3f9
No related branches found
No related tags found
1 merge request!7Master
......@@ -60,6 +60,7 @@
- name: Create and setup a wordpress site with woocommerce
become: yes
hosts: all
wordpress_wp_cli_install_dir: /usr/local/bin
roles:
- oefenweb.wordpress
vars:
......@@ -84,7 +85,9 @@
plugins:
- name: woocommerce
activate: true
- name: jwt-authentication-for-wp-rest-api
activate: true
users: {}
options: []
options:
woocommerce_api_enabled: yes
queries: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment