Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safwanuddinmairaj/ansible-iac
This repository contains an Ansible playbook that automates the installation and startup of Nginx on all specified hosts.
https://github.com/safwanuddinmairaj/ansible-iac
ansible-playbook nginx yaml
Last synced: about 1 month ago
JSON representation
This repository contains an Ansible playbook that automates the installation and startup of Nginx on all specified hosts.
- Host: GitHub
- URL: https://github.com/safwanuddinmairaj/ansible-iac
- Owner: SafwanUddinMairaj
- Created: 2024-08-13T16:05:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T20:27:22.000Z (3 months ago)
- Last Synced: 2024-09-30T23:01:24.704Z (about 2 months ago)
- Topics: ansible-playbook, nginx, yaml
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ansible Playbook: Nginx Installation and Startup
**Overview**
This playbook is a simple yet effective way to automate the process of installing Nginx, a popular open-source web server, and ensuring it is up and running on your target servers.
It benefits system administrators and DevOps engineers who need to set up Nginx across multiple servers quickly.## Playbook Details
- **Target Hosts**: `all` (This can be modified in your inventory file)
- **Privilege Escalation**: `true` (The tasks require root privileges)