icurfer 06590caf30
All checks were successful
Build And Test / build-and-push (push) Successful in 4m0s
apt ssh 추가
2025-05-21 08:37:05 +09:00
2025-05-21 01:08:10 +09:00
2025-05-21 08:23:35 +09:00
2025-05-21 07:36:16 +09:00
2025-05-21 07:57:06 +09:00
2025-05-21 08:37:05 +09:00
2025-05-21 01:08:10 +09:00
2025-05-21 08:23:35 +09:00
2025-05-21 08:37:05 +09:00

msa-django-ansible

추후 개선필요 auth에 암호화되서 저장된 ssh키를 이쪽에서 호출하고 복호화는 ansible server에서 하도록 해야함...

python3 -m venv ./venv
source ./venv/bin/activate
# 1. Django 및 DRF
pip install django==4.2.14 djangorestframework==3.15.2

# 2. 태그 기능 + CORS
pip install django-taggit django-cors-headers

# 3. JWT 인증
pip install djangorestframework-simplejwt

# 4. Swagger 문서 자동화
pip install drf-yasg

start project

django-admin startproject ansible_prj .

create app

python manage.py startapp ansible

ansible==10.7.0 ansible-core==2.17.7

Description
No description provided
Readme 64 KiB
Languages
Python 95.7%
Dockerfile 4.3%