mirror of
https://github.com/dev-sec/ansible-nginx-hardening.git
synced 2024-11-23 04:12:02 +01:00
fix linting issues
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
cb407267c0
commit
7484f233d5
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
|
---
|
||||||
name: New release
|
name: New release
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -93,8 +93,7 @@ verifier:
|
|||||||
name: inspec
|
name: inspec
|
||||||
sudo: true
|
sudo: true
|
||||||
inspec_tests:
|
inspec_tests:
|
||||||
- ../nginx-baseline
|
- https://github.com/dev-sec/nginx-baseline
|
||||||
#- https://github.com/dev-sec/nginx-baseline
|
|
||||||
controls:
|
controls:
|
||||||
- nginx-01
|
- nginx-01
|
||||||
- nginx-02
|
- nginx-02
|
||||||
|
13
.travis.yml
13
.travis.yml
@ -89,19 +89,6 @@ env:
|
|||||||
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
||||||
test_playbook: official-nginx-role-debian.yml
|
test_playbook: official-nginx-role-debian.yml
|
||||||
|
|
||||||
# - distro: amazon
|
|
||||||
# init: /lib/systemd/systemd
|
|
||||||
# version: latest
|
|
||||||
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
# test_playbook: official-nginx-role-debian.yml
|
|
||||||
#
|
|
||||||
# - distro: fedora
|
|
||||||
# init: /lib/systemd/systemd
|
|
||||||
# version: latest
|
|
||||||
# run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
|
|
||||||
# test_playbook: official-nginx-role-debian.yml
|
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Pull container
|
# Pull container
|
||||||
- 'docker pull rndmh3ro/docker-${distro}-ansible:${version}'
|
- 'docker pull rndmh3ro/docker-${distro}-ansible:${version}'
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- name: restart nginx
|
- name: restart nginx
|
||||||
service:
|
service:
|
||||||
name: "nginx"
|
name: "nginx"
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
---
|
||||||
- src: nginxinc.nginx
|
- src: nginxinc.nginx
|
||||||
- src: geerlingguy.nginx
|
- src: geerlingguy.nginx
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
mode: "o-rw"
|
mode: "o-rw"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
recurse: yes
|
recurse: true
|
||||||
|
|
||||||
- name: create additional configuration
|
- name: create additional configuration
|
||||||
template:
|
template:
|
||||||
|
Loading…
Reference in New Issue
Block a user