geerlingguy / ansible-role-redis

Ansible Role - Redis
https://galaxy.ansible.com/geerlingguy/redis/
MIT License
254 stars 197 forks source link

redis_requirepass not working #44

Closed fega closed 4 years ago

fega commented 5 years ago

Hello, I just use the role, but I'm getting an error running a Node.Js instance:

Redis server does not require a password, but a password was supplied.

which means that redis is not working:

vars:
    nodejs_version: "10.x"
    nodejs_npm_global_packages:
      - name: pm2
    redis_requirepass: "aaa..."
  roles:
    - geerlingguy.nodejs
    - geerlingguy.redis
diogopms commented 5 years ago

@fega, can you test using this format?

  roles:
    - name: geerlingguy.redis
      redis_port: 6379
      redis_bind_interface: 0.0.0.0
      redis_requirepass: "XPTO password"
stale[bot] commented 4 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 4 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.