We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more tests here
ansible-role-beats/molecule/default/verify.yml
Line 3 in 6d235f9
--- # TODO add more tests here - name: Verify hosts: all vars: role_path: ../../ vars_files: - "{{ role_path }}/defaults/main.yml" - converge-vars.yml pre_tasks: - import_tasks: "{{ role_path }}/tasks/variables.yml" tasks: - name: Check http monitoring is on wait_for: port: 5067 when: beats_flavor != 'winlogbeat' - name: Check filebeat modules are enabled stat: path: "{{ beats_filebeat_modules_dir }}/{{ _beats__filebeat_module }}.yml" loop: "{{ beats_filebeat_modules }}" loop_control: loop_var: _beats__filebeat_module when: beats_flavor == 'filebeat' register: _result failed_when: not _result.stat.exists | bool
53917ab22606242e51792b8d3a522b6fd446d301
The text was updated successfully, but these errors were encountered:
No branches or pull requests
add more tests here
ansible-role-beats/molecule/default/verify.yml
Line 3 in 6d235f9
53917ab22606242e51792b8d3a522b6fd446d301
The text was updated successfully, but these errors were encountered: