Giter Site home page Giter Site logo

abalage / ansible_collection_elasticstack_podman Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 4.0 220 KB

Ansible collection for deploying Elastic Stack by using podman

Home Page: https://galaxy.ansible.com/abalage/elasticstack_podman

License: Apache License 2.0

Python 1.83% Jinja 96.68% DIGITAL Command Language 1.49%

ansible_collection_elasticstack_podman's People

Contributors

abalage avatar crimsonrot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ansible_collection_elasticstack_podman's Issues

Owner and group settings are hardwired

The following modules use hardcoded owner and group identifiers.

  • ansible.builtin.copy
  • ansible.builtin.file
  • ansible.builtin.template

Make it configurable.

Python module 'six' is required but may not be installed by default

TASK [abalage.elasticstack_podman.elasticsearch : Set fact reserved_users equals user_list_response.json] *********************************************************************************************************
fatal: [gaia]: FAILED! => {"msg": "template error while templating string: Could not load \"abalage.elasticstack_podman.filter_reserved\": \"No module named 'six'\". String: {{ user_list_response.json | abalage.elasticstack_podman.filter_reserved }}. Could not load \"abalage.elasticstack_podman.filter_reserved\": \"No module named 'six'\""}

Solution: sudo python3 -m pip install six

ps: podman containers are 'rootfull' , thus ansible playbook uses 'become' to user 'root'

Use ansible-lint

Starting import: task_id=15583, artifact_id=15585 
Importing with galaxy-importer 0.4.0 
Getting doc strings via ansible-doc 
Finding content inside collection 
Loading role filebeat 
Linting role filebeat via ansible-lint... 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:6: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.filebeat_{{ filebeat.instance_name }}�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:15: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.filebeat_{{ filebeat.instance_name }}�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:25: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.filebeat_{{ filebeat.instance_name }}�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:37: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:38: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:42: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:43: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:65: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.filebeat_{{ filebeat.instance_name }}�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:76: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:77: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:81: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:82: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:108: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/filebeat/tasks/filebeat_podman.yml�[0m:109: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/filebeat/tasks/generatetemplates.yml�[0m:3: �[91mrisky-file-permissions�[0m �[2mFile permissions unset or incorrect�[0m 
�[34mroles/filebeat/tasks/main.yml�[0m:16: �[91myaml�[0m �[2mwrong indentation: expected 4 but found 2�[0m �[2;91m(indentation)�[0m 
�[34mroles/podman_systemd_simple/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/tasks/main.yml�[0m:23: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
Loading role metricbeat 
Linting role metricbeat via ansible-lint... 
�[34mroles/metricbeat/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/metricbeat/tasks/createdirs.yml�[0m:14: �[91myaml�[0m �[2mwrong indentation: expected 4 but found 2�[0m �[2;91m(indentation)�[0m 
�[34mroles/metricbeat/tasks/main.yml�[0m:17: �[91myaml�[0m �[2mwrong indentation: expected 4 but found 2�[0m �[2;91m(indentation)�[0m 
�[34mroles/metricbeat/tasks/main.yml�[0m:19: �[91myaml�[0m �[2mtrailing spaces�[0m �[2;91m(trailing-spaces)�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:7: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.metricbeat_{{ metricbeat.instance_name }}�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:16: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.metricbeat_{{ metricbeat.instance_name }}�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:26: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.metricbeat_{{ metricbeat.instance_name }}�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:54: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.metricbeat_{{ metricbeat.instance_name }}�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:82: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{metricbeat.ports}}�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:85: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:86: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/metricbeat/tasks/metricbeat_podman.yml�[0m:94: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{pod_name}}�[0m 
�[34mroles/metricbeat/vars/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/tasks/main.yml�[0m:23: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
Loading role elasticsearch 
Linting role elasticsearch via ansible-lint... 
�[34mroles/elasticsearch/defaults/main.yml�[0m:13: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:38: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:74: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:78: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:81: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:84: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:85: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:92: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:96: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:100: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/defaults/main.yml�[0m:113: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:6: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.es_{{ elastic.instance_name }}�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:15: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.es_{{ elastic.instance_name }}�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:27: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.es_{{ elastic.instance_name }}�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:38: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:39: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:43: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:44: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:76: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elastic_stack_podman.yml�[0m:77: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:19: �[91myaml�[0m �[2mline too long (175 > 160 characters)�[0m �[2;91m(line-length)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:19: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:21: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:22: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{es_api_basic_auth_username}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:28: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:33: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:39: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:44: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:53: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{ es_api_uri }}/{{ es_security_api }}/user/{{es_api_basic_auth_username}}/_password�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:62: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:66: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{native_users�[0m�[2m.password}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:70: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:75: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:76: �[91mno-log-password�[0m �[2mpassword should not be logged.�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:76: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{ es_api_uri }}/{{ es_security_api }}/user/{{item}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:83: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:92: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: WARNING: YOU CAN ONLY CHANGE THE PASSWORD FOR RESERVED USERS IN THE NATIVE REALM. ANY ROLE CHANGES WILL BE IGNORED: {{users_to_ignore}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:97: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:98: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: { "password":"{{native_users�[0m�[2m.password}}" }�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:107: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:110: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:117: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:118: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{es_api_basic_auth_username}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:127: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:130: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:135: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:136: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{es_api_basic_auth_username}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:142: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:147: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:161: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: WARNING: YOU CANNOT CHANGE RESERVED ROLES. THE FOLLOWING WILL BE IGNORED: {{roles_to_ignore}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:170: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:171: �[91mno-log-password�[0m �[2mpassword should not be logged.�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:171: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{roles_to_remove | default([]) }}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:178: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:187: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:188: �[91mno-log-password�[0m �[2mpassword should not be logged.�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:188: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{ es_roles.native�[0m�[2m | to_json}}�[0m 
�[34mroles/elasticsearch/tasks/elasticsearch-security-native.yml�[0m:197: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/main.yml�[0m:26: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/main.yml�[0m:48: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{es_api_basic_auth_username}}�[0m 
�[34mroles/elasticsearch/tasks/main.yml�[0m:55: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/elasticsearch/tasks/synccerts.yml�[0m:2: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{ xpack_transport_ssl_cert}}�[0m 
�[34mroles/elasticsearch/tasks/sysctlsetup.yml�[0m:10: �[91mcommand-instead-of-shell�[0m �[2mUse shell only when shell functionality is required�[0m 
�[34mroles/elasticsearch/tasks/sysctlsetup.yml�[0m:10: �[91mno-changed-when�[0m �[2mCommands should not change things if nothing needs doing�[0m 
�[34mroles/elasticsearch/tasks/sysctlsetup.yml�[0m:13: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/elasticsearch/vars/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/tasks/main.yml�[0m:23: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
Loading role podman_systemd_simple 
Linting role podman_systemd_simple via ansible-lint... 
�[34mroles/podman_systemd_simple/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/tasks/main.yml�[0m:23: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
Loading role logstash 
Linting role logstash via ansible-lint... 
�[34mroles/logstash/defaults/main.yml�[0m:56: �[91myaml�[0m �[2mwrong indentation: expected 2 but found 4�[0m �[2;91m(indentation)�[0m 
�[34mroles/logstash/defaults/main.yml�[0m:59: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/logstash/defaults/main.yml�[0m:68: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/logstash/tasks/generatetemplates.yml�[0m:15: �[91mliteral-compare�[0m �[2mDon't compare to literal True/False�[0m 
�[34mroles/logstash/tasks/generatetemplates.yml�[0m:25: �[91mrisky-file-permissions�[0m �[2mFile permissions unset or incorrect�[0m 
�[34mroles/logstash/tasks/generatetemplates.yml�[0m:33: �[91myaml�[0m �[2mtoo many blank lines (3 > 0)�[0m �[2;91m(empty-lines)�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:6: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.logstash_{{ logstash.instance_name }}�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:15: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.logstash_{{ logstash.instance_name }}�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:25: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.logstash_{{ logstash.instance_name }}�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:35: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:36: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:40: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:41: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:69: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/logstash/tasks/logstash_podman.yml�[0m:70: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/podman_systemd_simple/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/tasks/main.yml�[0m:23: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
Loading role kibana 
Linting role kibana via ansible-lint... 
�[34mroles/kibana/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/kibana/tasks/createdirs.yml�[0m:3: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{kibana_config}}/config�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:6: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.kibana_{{ kibana.instance_name }}�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:15: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.kibana_{{ kibana.instance_name }}�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:25: �[91mvar-spacing�[0m �[2mVariables should have spaces before and after: {{inventory_hostname_short}}.kibana_{{ kibana.instance_name }}�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:35: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:36: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:40: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:41: �[91myaml�[0m �[2mmissing starting space in comment�[0m �[2;91m(comments)�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:68: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/kibana/tasks/kibana_podman.yml�[0m:69: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
�[34mroles/kibana/vars/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/handlers/main.yml�[0m:2: �[91myaml�[0m �[2mno new line character at the end of file�[0m �[2;91m(new-line-at-end-of-file)�[0m 
�[34mroles/podman_systemd_simple/tasks/main.yml�[0m:23: �[91myaml�[0m �[2mtruthy value should be true or false�[0m �[2;91m(truthy)�[0m 
Loading filter custom 
Linting filter custom via flake8... 
plugins/filter/custom.py:44:13: E713 test for membership should be 'not in' 
Collection loading complete 
Processing via galaxy-importer complete 
Checking dependencies in importer data 
Publishing collection 
Collection published 
Import completed with 136 warnings and 0 errors 

fix not in ansible galaxy

Hi,

I just saw, that the last fix is not downloadable via ansible galaxy, could u start the build/upload?
Sadly I do not know the right process for this. Or could u tell me how I could start it?

#14

Hope u have a great time.

Beats' setup do not wait for Kibana to became available

On systems where Kibana startap might take a long time beats' setup fail to run.
Visible effect is the lack of dashboards, index templates, etc on Kibana.

What to do?
Once Kibana is up and running run the playbooks again with:
--tags metricbeat --tags filebeat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.