Skip to content

NGINX web server setup with Ansible Playbooks 🚀 RedHat Ansible Experiments Repository.

Notifications You must be signed in to change notification settings

praveendias1180/ansible

Repository files navigation

RedHat Ansible

https://www.redhat.com/en/technologies/management/ansible

Build, provision, and manage applications and infrastructure across public or private cloud, containers, and virtual environments.

Automate your application deployments and make your installations, upgrades, and day-to-day management repeatable and reliable.

Install Ansible

sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible

Ansible Inventory

sudo nano /etc/ansible/hosts

Ansible Hosts on AWS

Ansible Connection Testing

Ansible Commands

Execute ad-hoc commands from an Ansible Control Node

Execute Ansible Playbooks to Automate Server Setup

Install NGINX on Remote Host

ansible-playbook -i inventory playbook.yml

See the playbook.yml file for more details.

About

NGINX web server setup with Ansible Playbooks 🚀 RedHat Ansible Experiments Repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages