Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

.ansible-lint

Blame
    • Thomas Woerner's avatar
      fe6edbab
      .ansible-lint: Deactivate experimental and name[template] tests · fe6edbab
      Thomas Woerner authored
      The experimental tests is running several additional tests like for
      example to check module arg values. It fails everytime a variable is
      used to pass the value in.
      
      Examples:
      - playbooks/topology/add-topologysegments.yml:15: args[module]: value of
        suffix must be one of: domain, ca, domain+ca, got: {{ item.suffix }}
      - tests/host/test_host.yml:21: args[module]: value of ipaapi_context must
        be one of: server, client, got: {{ ipa_context | default(omit) }}
      
      The name template test is failing for every template use inside of a name.
      This is forcing to have only generic names and nothing specific in the
      log anymore.
      
      These two tests have been deactivated to have less overflow in the
      ansible-lint output.
      fe6edbab
      History
      .ansible-lint: Deactivate experimental and name[template] tests
      Thomas Woerner authored
      The experimental tests is running several additional tests like for
      example to check module arg values. It fails everytime a variable is
      used to pass the value in.
      
      Examples:
      - playbooks/topology/add-topologysegments.yml:15: args[module]: value of
        suffix must be one of: domain, ca, domain+ca, got: {{ item.suffix }}
      - tests/host/test_host.yml:21: args[module]: value of ipaapi_context must
        be one of: server, client, got: {{ ipa_context | default(omit) }}
      
      The name template test is failing for every template use inside of a name.
      This is forcing to have only generic names and nothing specific in the
      log anymore.
      
      These two tests have been deactivated to have less overflow in the
      ansible-lint output.