mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
remove molecule linting, because it has own action now
Signed-off-by: rndmh3ro <github@gumpri.ch>
This commit is contained in:
parent
bfd3f96355
commit
6c80de270b
4 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue