Skip to content

m-shalenko/ansible-role-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-nginx

Purpose

This ansible role installs Nginx in Docker

Install

ansible-galaxy role install m-shalenko.nginx

Example of playbook

---
- name: Install Nginx
  hosts: nginx
  become: true
  gather_facts: false
  roles:
    - role: m-shalenko.nginx
      tags:
        - nginx

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages