Files
test-devops/ansible/README.md
2026-01-21 04:21:15 +00:00

13 lines
396 B
Markdown

# Ansible Automation - Web Server Deployment
## 1. Giới thiệu
Playbook này tự động hoá việc triển khai Nginx Web Server trên cụm Cluster RHEL
## 2. Roles
- **common**: Cài đặt các gói tiện ích (vim, htop...).
- **nginx_server**: Cài đặt Nginx, cấu hình trang chủ custom, quản lý service.
## 3. Cách chạy
```bash
ansible-playbook -i inventory site.yml