Add Ansible task to deploy our website
This commit is contained in:
12
ansible/README.md
Normal file
12
ansible/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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 9.
|
||||
|
||||
## 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
|
||||
Reference in New Issue
Block a user