remove molecule linting, because it has own action now

Signed-off-by: rndmh3ro <github@gumpri.ch>
This commit is contained in:
rndmh3ro 2021-08-15 20:07:35 +02:00
parent bfd3f96355
commit 6c80de270b
4 changed files with 0 additions and 16 deletions

View file

@ -6,9 +6,6 @@ dependency:
requirements-file: molecule/mysql_hardening/requirements.yml
driver:
name: docker
lint: |
yamllint roles/mysql_hardening/ molecule/mysql_hardening/ .github/workflows/mysql_hardening.yml
ansible-lint roles/mysql_hardening/
platforms:
- name: instance
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
@ -57,7 +54,6 @@ scenario:
- destroy
test_sequence:
- dependency
- lint
- destroy
- syntax
- create

View file

@ -5,9 +5,6 @@ dependency:
role-file: molecule/nginx_hardening/requirements.yml
driver:
name: docker
lint: |
yamllint roles/nginx_hardening/ molecule/nginx_hardening/ .github/workflows/nginx_hardening.yml
ansible-lint roles/nginx_hardening/
platforms:
- name: instance
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
@ -57,7 +54,6 @@ scenario:
- destroy
test_sequence:
- dependency
- lint
- destroy
- syntax
- create

View file

@ -5,9 +5,6 @@ dependency:
role-file: molecule/os_hardening/requirements.yml
driver:
name: docker
lint: |
yamllint roles/os_hardening/ molecule/os_hardening/ .github/workflows/os_hardening.yml
ansible-lint roles/os_hardening/
platforms:
- name: instance
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
@ -57,7 +54,6 @@ scenario:
- destroy
test_sequence:
- dependency
- lint
- destroy
- syntax
- create

View file

@ -5,9 +5,6 @@ dependency:
role-file: molecule/ssh_hardening/requirements.yml
driver:
name: docker
lint: |
yamllint roles/ssh_hardening/ molecule/ssh_hardening/ .github/workflows/ssh_hardening.yml
ansible-lint roles/ssh_hardening/
platforms:
- name: instance
image: "rndmh3ro/docker-${MOLECULE_DISTRO}-ansible:latest"
@ -57,7 +54,6 @@ scenario:
- destroy
test_sequence:
- dependency
- lint
- destroy
- syntax
- create