Merge pull request #20 from NETWAYS/chore/issue-template #115
Annotations
10 warnings
Lint code.:
molecule/cluster-with-tls/prepare.yml#L5
All names should start with an uppercase letter.
|
Lint code.:
molecule/cluster-with-tls/verify.yml#L13
Jinja2 spacing could be improved: redis-cli -h {{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_tls_port'] }} --tls --cert {{ redis_configurations[0]['redis_tls_cert_file'] }} --key {{ redis_configurations[0]['redis_tls_key_file'] }} --cacert {{ redis_configurations[0]['redis_tls_ca_cert_file'] }} -a {{ redis_requirepass }} CLUSTER info -> redis-cli -h {{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_tls_port'] }} --tls --cert {{ redis_configurations[0]['redis_tls_cert_file'] }} --key {{ redis_configurations[0]['redis_tls_key_file'] }} --cacert {{ redis_configurations[0]['redis_tls_ca_cert_file'] }} -a {{ redis_requirepass }} CLUSTER info
|
Lint code.:
molecule/cluster-without-tls/prepare.yml#L5
All names should start with an uppercase letter.
|
Lint code.:
molecule/cluster-without-tls/verify.yml#L10
Jinja2 spacing could be improved: redis-cli -h {{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_port'] }} -a {{ redis_requirepass }} CLUSTER info -> redis-cli -h {{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_port'] }} -a {{ redis_requirepass }} CLUSTER info
|
Lint code.:
molecule/standalone-with-tls/prepare.yml#L5
All names should start with an uppercase letter.
|
Lint code.:
molecule/standalone-with-tls/verify.yml#L13
Jinja2 spacing could be improved: redis-cli -h {{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations [0]['redis_tls_port'] }} --tls --cert {{ redis_configurations [0]['redis_tls_cert_file'] }} --key {{ redis_configurations [0]['redis_tls_key_file'] }} --cacert {{ redis_configurations [0]['redis_tls_ca_cert_file'] }} -a {{ redis_requirepass }} info stats -> redis-cli -h {{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_tls_port'] }} --tls --cert {{ redis_configurations[0]['redis_tls_cert_file'] }} --key {{ redis_configurations[0]['redis_tls_key_file'] }} --cacert {{ redis_configurations[0]['redis_tls_ca_cert_file'] }} -a {{ redis_requirepass }} info stats
|
Lint code.:
molecule/standalone-without-tls/prepare.yml#L5
All names should start with an uppercase letter.
|
Lint code.:
molecule/standalone-without-tls/verify.yml#L10
Jinja2 spacing could be improved: redis-cli -h {{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_port'] }} -a {{ redis_requirepass }} info stats -> redis-cli -h {{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }} -p {{ redis_configurations[0]['redis_port'] }} -a {{ redis_requirepass }} info stats
|
Lint code.:
tasks/cluster.yml#L30
All names should start with an uppercase letter.
|
Lint code.:
tasks/cluster.yml#L35
Jinja2 spacing could be improved: redis-cli -h {{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }} -p {% if redis_configurations [0]['redis_tls_cluster'] is defined and redis_configurations[0]['redis_tls_cluster'] == 'yes' %} {{ redis_configurations [0]['redis_tls_port'] }} {% else %} {{ redis_configurations [0]['redis_port'] }} {% endif %} {% if redis_configurations[0]['redis_tls_cluster'] is defined and redis_configurations[0]['redis_tls_cluster'] == 'yes' %} --tls --cert {{ redis_configurations [0]['redis_tls_cert_file'] }} --key {{ redis_configurations [0]['redis_tls_key_file'] }} --cacert {{ redis_configurations [0]['redis_tls_ca_cert_file'] }} {% endif %} -a {{ redis_requirepass }} CLUSTER INFO -> redis-cli -h {{ ansible_default_ipv4.address | default(ansible_all_ipv4_addresses[0]) }} -p {% if redis_configurations[0]['redis_tls_cluster'] is defined and redis_configurations[0]['redis_tls_cluster'] == 'yes' %} {{ redis_configurations[0]['redis_tls_port'] }} {% else %} {{ redis_configurations[0]['redis_port'] }} {% endif %} {% if redis_configurations[0]['redis_tls_cluster'] is defined and redis_configurations[0]['redis_tls_cluster'] == 'yes' %} --tls --cert {{ redis_configurations[0]['redis_tls_cert_file'] }} --key {{ redis_configurations[0]['redis_tls_key_file'] }} --cacert {{ redis_configurations[0]['redis_tls_ca_cert_file'] }} {% endif %} -a {{ redis_requirepass }} CLUSTER INFO
|
The logs for this run have expired and are no longer available.
Loading