Jordanirabor / ansible-tutorial

Trying out ansible to deploy NGINX to one (or more) remote server(s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps

  • Install Ansible
  • Clone this repository
  • Set up SSH access with the (or more) remote host(s)
  • Run the ansible Playbook command in this directory - ansible-playbook ansible_nginx.yml
  • Check the server, NGINX should be installed

About

Trying out ansible to deploy NGINX to one (or more) remote server(s)