carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
439 stars 65 forks source link

elastic search error #195

Closed cezarneaga closed 6 years ago

cezarneaga commented 6 years ago

Hi Carl,

I got this error on debops wordpress command. any idea why? using a bedrock type of install.

can elastic search be omitted from the setup?

used the 0.4.2 and ran debops-update

thanks, Cezar

ERROR! the role 'debops.elasticsearch/env' was not found in .../playbooks/roles:/.../roles:/.../ansible/roles:/usr/local/share/debops/debops-playbooks/playbooks/../roles:/usr/local/share/debops/debops-playbooks/playbooks/roles:/etc/ansible/roles:/.../roles:/.../playbooks

The error appears to have been in '.../roles/wordpress/meta/main.yml': line 12, column 5, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  - role: debops.elasticsearch/env
    ^ here
carlalexander commented 6 years ago

Elastic Search can be omitted. Just put this in your config and it should work:

wordpress__dependencies:
  - 'composer'
  - 'fail2ban'
  - 'mariadb'
  - 'nginx'
  - 'php'
  - 'pki'
  - 'redis'
  - 'varnish'
  - 'wpcli'
carlalexander commented 6 years ago

Did this fix your issue @cezarneaga?

cezarneaga commented 6 years ago

No. You can close the issue though :)