Skip to content

Automação Vagrant + Ansible para criar um servidor Nginx

Notifications You must be signed in to change notification settings

jeressy/Ansible-and-Vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automação Vagrant + Ansible para criar um servidor Nginx

Este projeto automatiza a criação e configuração de um servidor Nginx usando Vagrant e Ansible. 👩🏽‍💻

Pré-requisitos


Instruções

  1. Inicialize o Ambiente Vagrant: Isso iniciará a VM e configurará o servidor Nginx automaticamente.

    vagrant up
  2. Acesso ao Nginx: Após a conclusão do provisionamento, na maquina host, acesse em:

    http://localhost:8080
    

localhost


Estrutura do Projeto

ansible/
├── html/
│   └── index.html
└── roles/
    └── nginx/
        ├── handlers/
        │   └── main.yml
        ├── tasks/
        │   └── main.yml
        └── templates/
            └── nginx.conf.j2
  • html/: Contém o arquivo index.html, que será servido pelo Nginx na porta 8080 do host.
  • roles/nginx/: Estrutura do papel Ansible para configurar o Nginx.

About

Automação Vagrant + Ansible para criar um servidor Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published