From c187f992f006dcffe79c61d0560716cc98a53604 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 20 Jan 2021 11:26:36 +1100 Subject: [PATCH] DCD-1205: Remove linting from molecule tests. It changed in v3, didnt't really help, and we ended up disabling it most of the time anyway. --- roles/aws_common/molecule/cw-disabled/molecule.yml | 9 --------- roles/aws_common/molecule/default/molecule.yml | 9 --------- roles/aws_common/molecule/logs-disabled/molecule.yml | 9 --------- roles/bitbucket_config/molecule/default/molecule.yml | 12 ------------ roles/confluence_config/molecule/aurora/molecule.yml | 9 --------- .../confluence_config/molecule/default/molecule.yml | 9 --------- .../molecule/password_char_escaping/molecule.yml | 10 +--------- .../molecule/system_jdk/molecule.yml | 9 --------- roles/create_backups/molecule/default/molecule.yml | 6 ------ roles/diy_backup/molecule/default/molecule.yml | 9 --------- roles/jira_config/molecule/aurora/molecule.yml | 9 --------- roles/jira_config/molecule/default/molecule.yml | 9 --------- .../molecule/jira_config_props/molecule.yml | 9 --------- .../molecule/password_char_escaping/molecule.yml | 9 --------- roles/linux_common/molecule/default/molecule.yml | 6 ------ roles/product_common/molecule/default/molecule.yml | 6 ------ .../product_common/molecule/system_jdk/molecule.yml | 6 ------ .../molecule/bitbucket_latest/molecule.yml | 7 ------- .../molecule/confluence_latest/molecule.yml | 7 ------- .../molecule/crowd_latest/molecule.yml | 7 ------- roles/product_install/molecule/default/molecule.yml | 7 ------- roles/product_install/molecule/jira_all/molecule.yml | 7 ------- .../molecule/jira_cached_with_downgrade/molecule.yml | 7 ------- .../molecule/jira_cached_with_upgrade/molecule.yml | 7 ------- .../molecule/jira_software_latest/molecule.yml | 7 ------- .../molecule/jira_tarball/molecule.yml | 7 ------- .../molecule/jira_version_from_file/molecule.yml | 7 ------- .../molecule/jira_version_latest/molecule.yml | 7 ------- .../molecule/jira_version_override/molecule.yml | 7 ------- .../molecule/servicedesk3/molecule.yml | 7 ------- .../molecule/servicedesk4/molecule.yml | 7 ------- .../molecule/servicedesk_latest/molecule.yml | 7 ------- .../product_startup/molecule/bitbucket/molecule.yml | 9 --------- roles/product_startup/molecule/default/molecule.yml | 9 --------- .../product_startup/molecule/synchrony/molecule.yml | 9 --------- roles/restore_backups/molecule/default/molecule.yml | 9 --------- .../molecule/restore_conf_server/molecule.yml | 9 --------- .../molecule/restore_jira_clustered/molecule.yml | 9 --------- 38 files changed, 1 insertion(+), 303 deletions(-) diff --git a/roles/aws_common/molecule/cw-disabled/molecule.yml b/roles/aws_common/molecule/cw-disabled/molecule.yml index 9abbc31..9a1ec33 100644 --- a/roles/aws_common/molecule/cw-disabled/molecule.yml +++ b/roles/aws_common/molecule/cw-disabled/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -14,15 +12,8 @@ platforms: # image: ubuntu:bionic provisioner: name: ansible - lint: - name: ansible-lint - options: - x: ["303", "602"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/aws_common/molecule/default/molecule.yml b/roles/aws_common/molecule/default/molecule.yml index 9abbc31..9a1ec33 100644 --- a/roles/aws_common/molecule/default/molecule.yml +++ b/roles/aws_common/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -14,15 +12,8 @@ platforms: # image: ubuntu:bionic provisioner: name: ansible - lint: - name: ansible-lint - options: - x: ["303", "602"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/aws_common/molecule/logs-disabled/molecule.yml b/roles/aws_common/molecule/logs-disabled/molecule.yml index 9abbc31..9a1ec33 100644 --- a/roles/aws_common/molecule/logs-disabled/molecule.yml +++ b/roles/aws_common/molecule/logs-disabled/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -14,15 +12,8 @@ platforms: # image: ubuntu:bionic provisioner: name: ansible - lint: - name: ansible-lint - options: - x: ["303", "602"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/bitbucket_config/molecule/default/molecule.yml b/roles/bitbucket_config/molecule/default/molecule.yml index 8829d75..400e984 100644 --- a/roles/bitbucket_config/molecule/default/molecule.yml +++ b/roles/bitbucket_config/molecule/default/molecule.yml @@ -3,11 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint - options: - config-data: - line-length: disable platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -25,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/confluence_config/molecule/aurora/molecule.yml b/roles/confluence_config/molecule/aurora/molecule.yml index 33c377c..3ea826a 100644 --- a/roles/confluence_config/molecule/aurora/molecule.yml +++ b/roles/confluence_config/molecule/aurora/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,15 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/confluence_config/molecule/default/molecule.yml b/roles/confluence_config/molecule/default/molecule.yml index 33c377c..3ea826a 100644 --- a/roles/confluence_config/molecule/default/molecule.yml +++ b/roles/confluence_config/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,15 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/confluence_config/molecule/password_char_escaping/molecule.yml b/roles/confluence_config/molecule/password_char_escaping/molecule.yml index 33c377c..cc50e25 100644 --- a/roles/confluence_config/molecule/password_char_escaping/molecule.yml +++ b/roles/confluence_config/molecule/password_char_escaping/molecule.yml @@ -3,8 +3,7 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint + platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,15 +17,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/confluence_config/molecule/system_jdk/molecule.yml b/roles/confluence_config/molecule/system_jdk/molecule.yml index 33c377c..3ea826a 100644 --- a/roles/confluence_config/molecule/system_jdk/molecule.yml +++ b/roles/confluence_config/molecule/system_jdk/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,15 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/create_backups/molecule/default/molecule.yml b/roles/create_backups/molecule/default/molecule.yml index 3261663..359433c 100644 --- a/roles/create_backups/molecule/default/molecule.yml +++ b/roles/create_backups/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -29,9 +27,5 @@ platforms: # image: ubuntu:bionic provisioner: name: ansible - lint: - name: ansible-lint verifier: name: testinfra - lint: - name: flake8 diff --git a/roles/diy_backup/molecule/default/molecule.yml b/roles/diy_backup/molecule/default/molecule.yml index 7f082f6..400e984 100644 --- a/roles/diy_backup/molecule/default/molecule.yml +++ b/roles/diy_backup/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/jira_config/molecule/aurora/molecule.yml b/roles/jira_config/molecule/aurora/molecule.yml index 7f082f6..400e984 100644 --- a/roles/jira_config/molecule/aurora/molecule.yml +++ b/roles/jira_config/molecule/aurora/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/jira_config/molecule/default/molecule.yml b/roles/jira_config/molecule/default/molecule.yml index 7f082f6..400e984 100644 --- a/roles/jira_config/molecule/default/molecule.yml +++ b/roles/jira_config/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/jira_config/molecule/jira_config_props/molecule.yml b/roles/jira_config/molecule/jira_config_props/molecule.yml index 7f082f6..400e984 100644 --- a/roles/jira_config/molecule/jira_config_props/molecule.yml +++ b/roles/jira_config/molecule/jira_config_props/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/jira_config/molecule/password_char_escaping/molecule.yml b/roles/jira_config/molecule/password_char_escaping/molecule.yml index 7f082f6..400e984 100644 --- a/roles/jira_config/molecule/password_char_escaping/molecule.yml +++ b/roles/jira_config/molecule/password_char_escaping/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/linux_common/molecule/default/molecule.yml b/roles/linux_common/molecule/default/molecule.yml index bf5d3fc..106d967 100644 --- a/roles/linux_common/molecule/default/molecule.yml +++ b/roles/linux_common/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -16,12 +14,8 @@ platforms: - aws_node_local provisioner: name: ansible - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 diff --git a/roles/product_common/molecule/default/molecule.yml b/roles/product_common/molecule/default/molecule.yml index c6a6d26..b790cb4 100644 --- a/roles/product_common/molecule/default/molecule.yml +++ b/roles/product_common/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -12,9 +10,5 @@ platforms: image: ubuntu:bionic provisioner: name: ansible - lint: - name: ansible-lint verifier: name: testinfra - lint: - name: flake8 diff --git a/roles/product_common/molecule/system_jdk/molecule.yml b/roles/product_common/molecule/system_jdk/molecule.yml index c6a6d26..b790cb4 100644 --- a/roles/product_common/molecule/system_jdk/molecule.yml +++ b/roles/product_common/molecule/system_jdk/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -12,9 +10,5 @@ platforms: image: ubuntu:bionic provisioner: name: ansible - lint: - name: ansible-lint verifier: name: testinfra - lint: - name: flake8 diff --git a/roles/product_install/molecule/bitbucket_latest/molecule.yml b/roles/product_install/molecule/bitbucket_latest/molecule.yml index 7fd3163..3ea826a 100644 --- a/roles/product_install/molecule/bitbucket_latest/molecule.yml +++ b/roles/product_install/molecule/bitbucket_latest/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,13 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/confluence_latest/molecule.yml b/roles/product_install/molecule/confluence_latest/molecule.yml index 7fd3163..3ea826a 100644 --- a/roles/product_install/molecule/confluence_latest/molecule.yml +++ b/roles/product_install/molecule/confluence_latest/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,13 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/crowd_latest/molecule.yml b/roles/product_install/molecule/crowd_latest/molecule.yml index 7fd3163..3ea826a 100644 --- a/roles/product_install/molecule/crowd_latest/molecule.yml +++ b/roles/product_install/molecule/crowd_latest/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,13 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/default/molecule.yml b/roles/product_install/molecule/default/molecule.yml index 46049f8..644207c 100644 --- a/roles/product_install/molecule/default/molecule.yml +++ b/roles/product_install/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,8 +16,6 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -27,6 +23,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_all/molecule.yml b/roles/product_install/molecule/jira_all/molecule.yml index 7fd3163..3ea826a 100644 --- a/roles/product_install/molecule/jira_all/molecule.yml +++ b/roles/product_install/molecule/jira_all/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,13 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_cached_with_downgrade/molecule.yml b/roles/product_install/molecule/jira_cached_with_downgrade/molecule.yml index 2caa40b..34c0289 100644 --- a/roles/product_install/molecule/jira_cached_with_downgrade/molecule.yml +++ b/roles/product_install/molecule/jira_cached_with_downgrade/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -19,8 +17,6 @@ provisioner: options: vvv: true skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -28,6 +24,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_cached_with_upgrade/molecule.yml b/roles/product_install/molecule/jira_cached_with_upgrade/molecule.yml index 2caa40b..34c0289 100644 --- a/roles/product_install/molecule/jira_cached_with_upgrade/molecule.yml +++ b/roles/product_install/molecule/jira_cached_with_upgrade/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -19,8 +17,6 @@ provisioner: options: vvv: true skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -28,6 +24,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_software_latest/molecule.yml b/roles/product_install/molecule/jira_software_latest/molecule.yml index 7fd3163..3ea826a 100644 --- a/roles/product_install/molecule/jira_software_latest/molecule.yml +++ b/roles/product_install/molecule/jira_software_latest/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,13 +16,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_tarball/molecule.yml b/roles/product_install/molecule/jira_tarball/molecule.yml index 46049f8..644207c 100644 --- a/roles/product_install/molecule/jira_tarball/molecule.yml +++ b/roles/product_install/molecule/jira_tarball/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,8 +16,6 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -27,6 +23,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_version_from_file/molecule.yml b/roles/product_install/molecule/jira_version_from_file/molecule.yml index 46049f8..644207c 100644 --- a/roles/product_install/molecule/jira_version_from_file/molecule.yml +++ b/roles/product_install/molecule/jira_version_from_file/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,8 +16,6 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -27,6 +23,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_version_latest/molecule.yml b/roles/product_install/molecule/jira_version_latest/molecule.yml index 46049f8..644207c 100644 --- a/roles/product_install/molecule/jira_version_latest/molecule.yml +++ b/roles/product_install/molecule/jira_version_latest/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,8 +16,6 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -27,6 +23,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/jira_version_override/molecule.yml b/roles/product_install/molecule/jira_version_override/molecule.yml index 46049f8..644207c 100644 --- a/roles/product_install/molecule/jira_version_override/molecule.yml +++ b/roles/product_install/molecule/jira_version_override/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -18,8 +16,6 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ @@ -27,6 +23,3 @@ verifier: name: testinfra additional_files_or_dirs: - ../../resources/tests/test_*.py - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/servicedesk3/molecule.yml b/roles/product_install/molecule/servicedesk3/molecule.yml index 52ea9de..f597cd9 100644 --- a/roles/product_install/molecule/servicedesk3/molecule.yml +++ b/roles/product_install/molecule/servicedesk3/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -19,13 +17,8 @@ provisioner: options: vv: true skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/servicedesk4/molecule.yml b/roles/product_install/molecule/servicedesk4/molecule.yml index 52ea9de..f597cd9 100644 --- a/roles/product_install/molecule/servicedesk4/molecule.yml +++ b/roles/product_install/molecule/servicedesk4/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -19,13 +17,8 @@ provisioner: options: vv: true skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_install/molecule/servicedesk_latest/molecule.yml b/roles/product_install/molecule/servicedesk_latest/molecule.yml index 52ea9de..f597cd9 100644 --- a/roles/product_install/molecule/servicedesk_latest/molecule.yml +++ b/roles/product_install/molecule/servicedesk_latest/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -19,13 +17,8 @@ provisioner: options: vv: true skip-tags: runtime_pkg - lint: - name: ansible-lint inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_startup/molecule/bitbucket/molecule.yml b/roles/product_startup/molecule/bitbucket/molecule.yml index 7f082f6..400e984 100644 --- a/roles/product_startup/molecule/bitbucket/molecule.yml +++ b/roles/product_startup/molecule/bitbucket/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_startup/molecule/default/molecule.yml b/roles/product_startup/molecule/default/molecule.yml index 7f082f6..400e984 100644 --- a/roles/product_startup/molecule/default/molecule.yml +++ b/roles/product_startup/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/product_startup/molecule/synchrony/molecule.yml b/roles/product_startup/molecule/synchrony/molecule.yml index 7f082f6..400e984 100644 --- a/roles/product_startup/molecule/synchrony/molecule.yml +++ b/roles/product_startup/molecule/synchrony/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/restore_backups/molecule/default/molecule.yml b/roles/restore_backups/molecule/default/molecule.yml index 7f082f6..400e984 100644 --- a/roles/restore_backups/molecule/default/molecule.yml +++ b/roles/restore_backups/molecule/default/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -22,15 +20,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/restore_backups/molecule/restore_conf_server/molecule.yml b/roles/restore_backups/molecule/restore_conf_server/molecule.yml index 04c0973..20bae52 100644 --- a/roles/restore_backups/molecule/restore_conf_server/molecule.yml +++ b/roles/restore_backups/molecule/restore_conf_server/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -16,15 +14,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false diff --git a/roles/restore_backups/molecule/restore_jira_clustered/molecule.yml b/roles/restore_backups/molecule/restore_jira_clustered/molecule.yml index 04c0973..20bae52 100644 --- a/roles/restore_backups/molecule/restore_jira_clustered/molecule.yml +++ b/roles/restore_backups/molecule/restore_jira_clustered/molecule.yml @@ -3,8 +3,6 @@ dependency: name: galaxy driver: name: docker -lint: - name: yamllint platforms: - name: amazon_linux2 image: amazonlinux:2 @@ -16,15 +14,8 @@ provisioner: name: ansible options: skip-tags: runtime_pkg - lint: - name: ansible-lint - options: - x: ["701"] inventory: links: group_vars: ../../../../group_vars/ verifier: name: testinfra - lint: - name: flake8 - enabled: false