You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nginx/README.md

27 lines
578 B
Markdown

2 years ago
# NGINX ansible role
Install nginx for debian
This role is part of my ansible roles. It is made to interact with other roles that are listed here, and require some variables.
## Role required:
## Variable required:
```
ansible_managed: str, msg indicating a file managed by ansible
```
## Add role to you ansible playbook:
To add this role to your project, you can use git submodules:
```
git submodule add ssh://git@gitea.auro.re:2222/Pains-Perdus/nginx.git roles/nginx
git submodule init
```
## Copyright
Copyright 2021 Jean-Marie Mineau <histausse@protonmail.com>