1
0
Fork 0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-06-22 04:09:09 +02:00
Commit Graph

52 Commits

Author SHA1 Message Date
Sebastian Gumprich e7a97ed374 pin inspec version 2019-04-30 15:57:17 +02:00
Sebastian Gumprich f879dcbb88
remove eol'd OS and add new (#22)
* remove eol'd OS and add new

Signed-off-by: Sebastian Gumprich <github@gumpri.ch>

* remove amazon and fedora

Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
2019-04-30 14:33:07 +02:00
Sebastian Gumprich 15f3313cca add install instructions to readme
Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
2019-04-29 16:51:17 +02:00
John Szivós 35d821809c Add travis builds for official nginx role (#21)
* test official nginx role with travis

Signed-off-by: szEvEz <szivos.john@gmail.com>

* split up test playbook for different distros due to required vars

Signed-off-by: szEvEz <szivos.john@gmail.com>

* make debian distros use the debian playbook

Signed-off-by: szEvEz <szivos.john@gmail.com>

* update README

Signed-off-by: szEvEz <szivos.john@gmail.com>
2018-12-27 17:13:50 +01:00
Sebastian Gumprich 7e8da15157 update changelog 2018-11-21 19:42:37 +01:00
Sebastian Gumprich d7cedf51e2
add spaces to variables 2018-11-18 10:11:00 +01:00
Sebastian Gumprich 456d9c25b1
add spaces top variables 2018-11-18 10:04:54 +01:00
Sebastian Gumprich 119524b8e7
remove duplicate Parameter 2018-11-18 10:00:00 +01:00
Sebastian Gumprich 37110f558e
Merge pull request #20 from dev-sec/1804
add ubuntu 18.04 support
2018-10-11 10:06:28 +02:00
Sebastian Gumprich c24b2e310b add ubuntu 18.04 support 2018-10-11 09:33:01 +02:00
Sebastian Gumprich 5ee4f5983c
Merge pull request #19 from szEvEz/master
updated minimum required ansible version to 2.5 in README, as the used 'loop' keyword was introduced in version 2.5
2018-10-11 08:58:09 +02:00
szEvEz f4c78d9bb3 set min_ansible_version to 2.5 to be visible in galaxy 2018-10-11 08:52:37 +02:00
John Szivós 1ba958ee72 updated minimum required ansible version to 2.5, as the used 'loop' keyword was introduced in version 2.5 2018-10-10 21:06:35 +02:00
Sebastian Gumprich 4c61ea8cb6 Update issue templates 2018-10-06 18:54:35 +02:00
Sebastian Gumprich 271923b021 update changelog 2018-09-08 15:34:58 +02:00
Sebastian Gumprich e9a15cd0ab update readme 2018-09-08 15:29:20 +02:00
Sebastian Gumprich 2ebcf4be8f
Merge pull request #18 from dev-sec/kitchen_travis
Kitchen travis
2018-09-08 15:26:03 +02:00
Sebastian Gumprich c285d013cf use geerlinggux.nginx and fix tests 2018-09-08 14:59:30 +02:00
Sebastian Gumprich 3efd10d119 use restart instead of reload, fix syntax 2018-09-08 14:59:13 +02:00
Sebastian Gumprich e2113ccbf1 remove useless params 2018-09-08 14:58:36 +02:00
Sebastian Gumprich ce11a7e6d8 only run certain tests in travis and kitchen 2018-09-08 14:56:45 +02:00
Sebastian Gumprich e62ec36755 add ignore cert option 2018-09-08 14:56:11 +02:00
Sebastian Gumprich bc3e6a9058 remove debian 7, oracle 7 and amz from testing 2018-09-08 14:55:58 +02:00
Sebastian Gumprich 11e43b9b02 update testing and style 2018-08-15 18:16:50 +02:00
Sebastian Gumprich 2445b3dd9a
Update README.md 2018-04-29 12:48:47 +02:00
Sebastian Gumprich f3a6fbdb69
Merge pull request #16 from oakey-b1/fix_duplicate_error
Fix duplicate ssl_prefer_server_ciphers error
2018-01-28 19:37:30 +01:00
Neal Thomas Oakey 141a3934cf Fix duplicate ssl_prefer_server_ciphers error
and duplicate ssl_protocols warning

> nginx: [warn] duplicate value "TLSv1.2" in /etc/nginx/conf.d/90.hardening.conf:11
> nginx: [emerg] "ssl_prefer_server_ciphers" directive is duplicate in /etc/nginx/conf.d/90.hardening.conf:14
2017-12-20 09:40:01 +01:00
Sebastian Gumprich eb702a0115 Merge pull request #14 from vishesh92/patch-1
Update README.md
2017-10-04 16:17:34 +02:00
vishesh92 84e7733a04 Update README.md
Add minimum ansible version in requirements and fix a typo.
2017-10-04 12:00:38 +05:30
Sebastian Gumprich 72fd6f11bb Merge pull request #8 from dev-sec/docker
use new Docker images
2017-07-23 21:04:49 +02:00
Sebastian Gumprich e3073ba0e9 use new docker images 2017-07-23 20:46:21 +02:00
Sebastian Gumprich 6e0fc63602 Merge pull request #12 from fazlearefin/master
Add comment filter to {{ansible_managed}} string
2017-07-17 21:06:28 +02:00
Fazle Arefin 438df53a71 Add comment filter to {{ansible_managed}} string
Multiline {{ansible_managed}} strings do not get properly commented
without the comment filter.
See http://docs.ansible.com/ansible/playbooks_filters.html#comment-filter
2017-07-07 11:37:42 +10:00
Sebastian Gumprich 77d82a1933 Update README.md 2017-05-28 18:36:02 +02:00
Sebastian Gumprich e79556ccba update changelog 2016-10-24 14:38:47 +02:00
Christoph Hartmann 618608b7bb Merge pull request #7 from dev-sec/tab_fix
remove tabs. fix #6
2016-10-24 10:51:39 +02:00
Sebastian Gumprich 8277de374f remove tabs. fix #6 2016-10-10 19:04:12 +02:00
Sebastian Gumprich 5f12ec24e8 add changelog 2016-09-25 19:14:29 +02:00
Christoph Hartmann c5ca897214 Merge pull request #5 from dev-sec/dhparam
create dhparam file. fix #4
2016-09-23 02:07:22 +02:00
Sebastian Gumprich 36df40fe8e create dhparam file 2016-09-22 18:06:39 +02:00
Sebastian Gumprich 29c99df6be Merge pull request #1 from dev-sec/chris-rock/minor-updates
improve gemfile, update readme for local tests
2016-09-12 21:10:49 +02:00
Christoph Hartmann df32a38336 improve gemfile, update readme for local tests 2016-09-12 20:59:00 +02:00
Sebastian Gumprich 70126ad348 update changelog 2016-09-06 18:45:58 +02:00
Sebastian Gumprich cf2c4bf809 remove dependency 2016-08-11 18:18:56 +02:00
Sebastian Gumprich fc9493186b update readme 2016-08-11 18:14:19 +02:00
Sebastian Gumprich a9061b198b Update main.yml 2016-08-11 17:44:31 +02:00
Sebastian Gumprich 53e4926137 add geerlinggux.nginx dep 2016-08-11 17:46:17 +02:00
Sebastian Gumprich b1cc68a7a0 update travis, testing 2016-07-26 16:30:59 +02:00
Sebastian Gumprich f65754214d update travis.yml to install nginx 2016-07-26 12:58:35 +02:00
Sebastian Gumprich 9ec5f3116b Update readme 2016-07-26 12:51:57 +02:00