본문 바로가기

VMware

[VMware] Ansible로 실습 환경 구축하기 - 에티버스러닝

이 글은 에티버스러닝의 K-Digital Training 을 진행하며 작성한 글이다.

 

그동안은 강사님이 만들어두신 yaml 코드들을 ansible을 통해 확인하였다. 

오늘은 직접 yaml 파일들을 ansible 공식 문서 샘플+ 강사님이 적어놓으신 샘플을 통해 직접 코드를 수정하고 돌려보았다. 

VMware의 큰 구조가 다시 상기되면서 재밌는 수업이었다. 

 

 


 

 

참고할 수 있는 공식문서 사이트이다. 

Ansible Documentation

 

Ansible Documentation

Ansible community documentation Ansible offers open-source automation that is simple, flexible, and powerful. Got thoughts or feedback on the new documentation landing pages? We want to hear from you! Join us in the docs channel on Matrix or open a GitHub

docs.ansible.com

 

 

1. 폴더 만들기

2. 가상 스위치 만들기 

 

 

 

3. 포트 그룹 만들기 

 

오픈시프트 할 거라 vlan_id 값은 필요 없다. (하나의 네트워크만 사용하기 때문)

vCenter는 복잡해서 여러 개의 vlan_id를 할당했었다. ex) Trunk는 4095 

 

 

 

4. Router 만들기