Skip to content

Commit

Permalink
molecule: remove linting in molecule to support molecule 5
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
  • Loading branch information
MrFreezeex committed Apr 27, 2023
1 parent 2dcb431 commit 9fbec6f
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 93 deletions.
9 changes: 0 additions & 9 deletions roles/adduser/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
dependency:
name: galaxy
lint: |
set -e
yamllint -c ../../.yamllint .
driver:
name: vagrant
provider:
Expand All @@ -19,9 +16,3 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8
9 changes: 0 additions & 9 deletions roles/bastion-ssh-config/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
dependency:
name: galaxy
lint: |
set -e
yamllint -c ../../.yamllint .
driver:
name: vagrant
provider:
Expand All @@ -19,8 +16,6 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
inventory:
hosts:
all:
Expand All @@ -29,7 +24,3 @@ provisioner:
bastion:
hosts:
bastion-01:
verifier:
name: testinfra
lint:
name: flake8
9 changes: 0 additions & 9 deletions roles/bootstrap-os/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
dependency:
name: galaxy
lint: |
set -e
yamllint -c ../../.yamllint .
driver:
name: vagrant
provider:
Expand Down Expand Up @@ -43,15 +40,9 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
inventory:
group_vars:
all:
user:
name: foo
comment: My test comment
verifier:
name: testinfra
lint:
name: flake8
11 changes: 0 additions & 11 deletions roles/container-engine/containerd/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ driver:
name: vagrant
provider:
name: libvirt
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu20
box: generic/ubuntu2004
Expand Down Expand Up @@ -39,11 +36,3 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
verifier:
name: testinfra
lint:
name: flake8
11 changes: 0 additions & 11 deletions roles/container-engine/cri-dockerd/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ driver:
name: libvirt
options:
driver: kvm
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: almalinux8
box: almalinux/8
Expand All @@ -31,15 +28,7 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
inventory:
group_vars:
all:
become: true
verifier:
name: testinfra
lint:
name: flake8
11 changes: 0 additions & 11 deletions roles/container-engine/cri-o/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ driver:
name: vagrant
provider:
name: libvirt
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu20
box: generic/ubuntu2004
Expand Down Expand Up @@ -47,11 +44,3 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
verifier:
name: testinfra
lint:
name: flake8
11 changes: 0 additions & 11 deletions roles/container-engine/gvisor/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ driver:
name: libvirt
options:
driver: kvm
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu20
box: generic/ubuntu2004
Expand All @@ -31,15 +28,7 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
inventory:
group_vars:
all:
become: true
verifier:
name: testinfra
lint:
name: flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ driver:
name: libvirt
options:
driver: kvm
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu18
box: generic/ubuntu1804
Expand All @@ -31,15 +28,7 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
inventory:
group_vars:
all:
become: true
verifier:
name: testinfra
lint:
name: flake8
11 changes: 0 additions & 11 deletions roles/container-engine/youki/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ driver:
name: libvirt
options:
driver: kvm
lint: |
set -e
yamllint -c ../../../.yamllint .
platforms:
- name: ubuntu20
box: generic/ubuntu2004
Expand All @@ -31,15 +28,7 @@ provisioner:
defaults:
callbacks_enabled: profile_tasks
timeout: 120
lint:
name: ansible-lint
options:
c: ../../../.ansible-lint
inventory:
group_vars:
all:
become: true
verifier:
name: testinfra
lint:
name: flake8

0 comments on commit 9fbec6f

Please sign in to comment.