강의

멘토링

로드맵

Inflearn Community Q&A

fallen02298257's profile image
fallen02298257

asked

[Basics] Ansible: Learn from the Beginning

Create a file of work content and run it repeatedly

우분투에서 실습 중에 막히는 부분이 있습니다.

Written on

·

216

0

nginx 플레이북 실행하고 노드 아이피 주소로 접속하면 nginx 메인페이지가 아니라 아파치2 메인 페이지가 뜹니다.

이전 실습의 영향인 것 같은데,

ansible nginx -m apt -a "name=apache2 state=absent" -k

ansible nginx -m service -a "name=apache2 state=stopped" -k

ansible nginx -m shell -a "systemctl stop apache2" -k

다 해봐도 여전히 아파치 페이지가 뜹니다.

참고로 각 노드에서 nginx 서비스는 running 중이고 방화벽은 inactive입니다.

어떻게 해결해야 할까요?

ansible

Answer 1

0

kubernetes님의 프로필 이미지
kubernetes
Instructor

fallen02298257's profile image
fallen02298257

asked

Ask a question