You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
An unnecessary user logstash was left on the files/internal_users.yml making the execution fail when following the instruction from the README.md
TASK [linux/opensearch : Security Plugin configuration | Filter service keys from the list of users] ****************************************************************************************
fatal: [os1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: {'_meta': {'type': 'internalusers', 'config_version': 2}, 'admin': {'hash': '{{ admin_password }}', 'reserved': True, 'backend_roles': ['admin'], 'description': 'admin user'}, 'kibanaserver': {'hash': '{{ kibanaserver_password }}', 'reserved': True, 'description': 'kibanaserver user'}, 'logstash': {'hash': '{{ logstash_password }}', 'reserved': True, 'description': 'logstash user'}}: 'logstash_password' is undefined\n\nThe error appears to be in '/Users/rodvill/code/git/github/rodolfovillordo/opensearch-playbook/roles/linux/opensearch/tasks/security.yml': line 259, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n # passwords will be written next\n - name: Security Plugin configuration | Filter service keys from the list of users\n ^ here\n"}
PLAY RECAP **********************************************************************************************************************************************************************************
os1 : ok=17 changed=4 unreachable=0 failed=1 skipped=27 rescued=0 ignored=0
Playbook Name
Specify the Playbook which is affected?
roles/linux/opensearch/tasks/security.yml
files/internal_users.yml
Screenshots
N/A
Host/Environment (please complete the following information):
Ansible Version: 2.12.6
Playbook Version: 2.1.0
Additional context
The logstash user is not needed in the default opensearch deployment.
The text was updated successfully, but these errors were encountered:
Describe the bug
An unnecessary user
logstash
was left on thefiles/internal_users.yml
making the execution fail when following the instruction from the README.mdTo Reproduce
Playbook Name
Specify the Playbook which is affected?
Screenshots
N/A
Host/Environment (please complete the following information):
Additional context
The logstash user is not needed in the default opensearch deployment.
The text was updated successfully, but these errors were encountered: