Skip to content

A collection provides roles to securely install and configure nginx.

License

Notifications You must be signed in to change notification settings

Black-Cockpit/ansible-secure-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - hasnimehdi91.secure_nginx

This collection provides roles to securely install and configure nginx.

Installation

ansible-galaxy collection install hasnimehdi91.secure_nginx

Usage

- name: Test
  hosts: all
  become: no
  connection: local
  roles:
  # Install nginx
  - hasnimehdi91.secure_nginx.install
  # Install ModSecurity web application firewall
  - hasnimehdi91.secure_nginx.mod_security

Releases

No releases published

Packages

No packages published

Languages